Add SQL execution timing and tracing

This commit is contained in:
Vikram Rangnekar
2019-04-01 08:55:46 -04:00
parent 8ac8088b86
commit d66fb192bc
7 changed files with 73 additions and 3 deletions

View File

@ -227,6 +227,7 @@ Configuration files can either be in YAML or JSON their names are derived from t
host_port: 0.0.0.0:8080
web_ui: true
debug_level: 1
enable_tracing: true
# When to throw a 401 on auth failure
# valid values: always, per_query, never