Skip to content

Commit

Permalink
docs: add sql_enable_caller_logging to docs/configuration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Dec 2, 2021
1 parent 38d1e93 commit 34c989c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@ groups:
default_value: 5
allowed_values_description: A positive integer or float, as a string.
more_info: https://sequel.jeremyevans.net/rdoc/files/doc/opening_databases_rdoc.html#label-General+connection+options
sql_enable_caller_logging:
description: |-
Whether or not to enable caller_logging extension for database connection.
When enabled it logs source path that caused SQL query.
default_value: false
allowed_values:
- true
- false
more_info: https://sequel.jeremyevans.net/rdoc-plugins/files/lib/sequel/extensions/caller_logging_rb.html
database_max_connections:
description: "The maximum size of the connection pool (4 connections by default on most databases)"
default_value: 4
Expand Down

0 comments on commit 34c989c

Please sign in to comment.