removed one directory level with 'log' for log_response path (-k, -L options)

This commit is contained in:
rhoerbe
2014-09-19 18:23:32 +02:00
parent 5b70fd6d9e
commit 55c993f5e6

View File

@@ -172,7 +172,7 @@ class Conversation():
except Exception as e:
ext = ""
self._logcontentpath = os.path.join(
self.commandlineargs.logpath, "log",
self.commandlineargs.logpath,
self.commandlineargs.oper)
if not os.path.exists(self._logcontentpath):
os.makedirs(self._logcontentpath)