refactor(log): Change log level to warn
Since nothing is currently breaking majorly I am changing the log level to warn.
This commit is contained in:
parent
1b8db9afc2
commit
9375a97be9
|
|
@ -22,7 +22,7 @@ local default_config = {
|
||||||
use_file = true,
|
use_file = true,
|
||||||
|
|
||||||
-- Any messages above this level will be logged.
|
-- Any messages above this level will be logged.
|
||||||
level = "trace",
|
level = "warn",
|
||||||
|
|
||||||
-- Level configuration
|
-- Level configuration
|
||||||
modes = {
|
modes = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user