diff options
author | MaZderMind <github@mazdermind.de> | 2016-01-13 13:16:07 +0100 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2016-01-13 13:16:07 +0100 |
commit | 0cb0f1f16320c4b0314c5b81c91f022330e74642 (patch) | |
tree | e1e03aca23ae3a7d499113494a8bbde79a4e2c82 /voctogui/voctogui.py | |
parent | 603bace75192efd80e0facc5454af5f1fd3651a3 (diff) |
port timestmap logging to gui
Diffstat (limited to 'voctogui/voctogui.py')
-rwxr-xr-x | voctogui/voctogui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctogui/voctogui.py b/voctogui/voctogui.py index 123a305..8bb444b 100755 --- a/voctogui/voctogui.py +++ b/voctogui/voctogui.py @@ -86,7 +86,7 @@ def main(): # configure logging docolor = (Args.color == 'always') or (Args.color == 'auto' and sys.stderr.isatty()) - handler = LogHandler(docolor) + handler = LogHandler(docolor, Args.timestamp) logging.root.addHandler(handler) if Args.verbose >= 2: |