@@ -57,5 +57,5 @@ ENABLE_QUERY_BROWSER = Config(
key="enable_query_browser",
help=_("Show the query section for listing and showing more troubleshooting information."),
type=coerce_bool,
- default=False
+ default=True
)
@@ -1329,7 +1329,7 @@
## enable_v2=true
# Show the query section for listing and showing more troubleshooting information.
- ## enable_query_browser=false
+ ## enable_query_browser=true
###########################################################################
@@ -1331,7 +1331,7 @@