Changed infinity log level to info (#11165)
### What problem does this PR solve? Changed infinity log level to info ### Type of change - [x] Refactoring
This commit is contained in:
parent
f77604db26
commit
93207f83ba
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ log_file_max_size = "100MB"
|
|||
log_file_rotate_count = 10
|
||||
|
||||
# trace/debug/info/warning/error/critical 6 log levels, default: info
|
||||
log_level = "trace"
|
||||
log_level = "info"
|
||||
|
||||
[storage]
|
||||
persistence_dir = "/var/infinity/persistence"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue