benjolo commited on
Commit
707c403
1 Parent(s): c792429

Update backend/logging.yaml

Browse files
Files changed (1) hide show
  1. backend/logging.yaml +1 -1
backend/logging.yaml CHANGED
@@ -3,7 +3,7 @@ disable_existing_loggers: false
3
 
4
  formatters:
5
  standard:
6
- format: "%(asctime)s - %(levelname)s - %(message)s"
7
 
8
  handlers:
9
  console:
 
3
 
4
  formatters:
5
  standard:
6
+ format: "%(asctime)s,%(msecs)d %(name)s %(levelname)s %(message)s"
7
 
8
  handlers:
9
  console: