Skip to content

Commit

Permalink
Update logging.yml
Browse files Browse the repository at this point in the history
Update formatter
  • Loading branch information
VaeterchenFrost committed Jun 6, 2020
1 parent a4624db commit 697227b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tdvisu/logging.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
version: 1
formatters:
simple:
format: "%(asctime)s %(levelname)s %(message)s"
datefmt: "%H:%M:%S"
full:
format: "%(asctime)s,%(msecs)d %(levelname)s[%(filename)s:%(lineno)d] %(message)s"
datefmt: "%Y-%m-%d %H:%M:%S"
handlers:
Expand Down Expand Up @@ -28,4 +31,4 @@ loggers:
propagate: no
root:
level: WARNING
handlers: [console]
handlers: [console]

0 comments on commit 697227b

Please sign in to comment.