0
0
Fork 0

Add config option for datetime visibility in the logger

This commit is contained in:
Oliver-Akins 2021-01-09 14:56:23 -07:00
parent bfc5453f28
commit b1331a519b
3 changed files with 6 additions and 1 deletions

View file

@ -87,4 +87,7 @@ directory = ""
# - "error"
# - "trace"
# any other value will prevent the server from starting at runtime.
level = "info"
level = "info"
# Whether or not the log should output the date and time information in the log
datetime = true