Skip to content
Snippets Groups Projects
Commit bab18324 authored by Gottfried Gaisbauer's avatar Gottfried Gaisbauer
Browse files

changed logfile from {logdir}/aura.log to {logdir}/engine.log

parent 24c23cf2
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ class AuraCommon:
self.logger = logging.getLogger(name)
self.logger.setLevel(lvl)
fh = logging.FileHandler(self.config.get("logdir") + "/aura.log")
fh = logging.FileHandler(self.config.get("logdir") + "/engine.log")
fh.setLevel(lvl)
ch = logging.StreamHandler()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment