Use logger error instead of panic in goja handlers

This commit is contained in:
Vikram Rangnekar
2019-11-22 00:58:03 -05:00
parent 6bd27d7c79
commit 8024a8420b
3 changed files with 12 additions and 12 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: "info"
log_level: "warn"
# When production mode is 'true' only queries
# from the allow list are permitted.

View File

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