Skip to content

Commit

Permalink
change log output
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhuang committed Jul 7, 2017
1 parent f41b242 commit 831a529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ss_log_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"class": "logging.handlers.RotatingFileHandler",
"level": "DEBUG",
"formatter": "basic_format",
"filename": "../logs/ss_debug.log",
"filename": "ss_debug.log",
"maxBytes": 50000000,
"backupCount": 20,
"encoding": "utf8"
Expand All @@ -31,7 +31,7 @@
"class": "logging.handlers.RotatingFileHandler",
"level": "ERROR",
"formatter": "basic_format",
"filename": "../logs/ss_error.log",
"filename": "ss_error.log",
"maxBytes": 50000000,
"backupCount": 20,
"encoding": "utf8"
Expand Down

0 comments on commit 831a529

Please sign in to comment.