Add config option for datetime visibility in the logger
This commit is contained in:
parent
bfc5453f28
commit
b1331a519b
3 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue