0
0
Fork 0

Update log level default to be info instead of silly.

This commit is contained in:
Oliver-Akins 2021-01-09 01:30:09 -07:00
parent 9d7bd8c893
commit 64b4bce28c

View file

@ -87,4 +87,4 @@ directory = ""
# - "error" # - "error"
# - "trace" # - "trace"
# any other value will prevent the server from starting at runtime. # any other value will prevent the server from starting at runtime.
level = "silly" level = "info"