Skip to content

Commit

Permalink
add log-queries to confix v0.51 app.toml template
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Jan 14, 2024
1 parent e82a084 commit 8e56944
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/confix/data/v0.51-app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ max-recv-msg-size = "10485760"
# The default value is math.MaxInt32.
max-send-msg-size = "2147483647"

# LogQueries if enabled will print an info log containing the query request
# that was submitted to this node on every submission.
# This is useful strictly for debugging purposes and should be disabled otherwise.
log-queries = false

###############################################################################
### gRPC Web Configuration ###
###############################################################################
Expand Down

0 comments on commit 8e56944

Please sign in to comment.