diff options
| author | 2018-11-26 11:13:48 +0000 | |
|---|---|---|
| committer | 2018-11-26 11:13:48 +0000 | |
| commit | 426c6ff1c9d35dfa3061e00c2893779c51dae5c1 (patch) | |
| tree | f0a8f41615dee309987269a36592e2636692a086 | |
| parent | 'bot.log' -> 'trace.log' and add a 'warn.log' log file that only catches (diff) | |
| signature | ||
'args.log' -> 'args.log_dir' in start.py
| -rwxr-xr-x | start.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ arg_parser.add_argument("--verbose", "-v", action="store_true") args = arg_parser.parse_args() log_level = "debug" if args.verbose else "info" -log = Logging.Log(log_level, args.log) +log = Logging.Log(log_level, args.log_dir) database = Database.Database(log, args.database) if args.add_server: |
