diff options
| author | 2019-10-09 17:54:12 +0100 | |
|---|---|---|
| committer | 2019-10-09 17:54:12 +0100 | |
| commit | 51a4a4253c99cc4d3b8f3999924e345586aa9aee (patch) | |
| tree | b1238ad7744e97adc7ab83d9bca053b1f6176282 /start.py | |
| parent | stdout output should just be WARN - put INFO in to a daily file (diff) | |
| signature | ||
`-V` command line arg should still effect stdout
Diffstat (limited to 'start.py')
| -rwxr-xr-x | start.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ if args.version: log_level = args.log_level if not log_level: - log_level = "debug" if args.verbose else "info" + log_level = "debug" if args.verbose else "warn" log = Logging.Log(not args.no_logging, log_level, args.log_dir) |
