Move sql query logging from info to debug

This commit is contained in:
Vikram Rangnekar
2019-11-22 01:32:09 -05:00
parent 8024a8420b
commit 7583326d21
3 changed files with 5 additions and 8 deletions

View File

@ -3,7 +3,7 @@ host_port: 0.0.0.0:8080
web_ui: true
# debug, info, warn, error, fatal, panic
log_level: "warn"
log_level: "info"
# When production mode is 'true' only queries
# from the allow list are permitted.