mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
auto_explain.log_triggers=on
This commit is contained in:
parent
95600da4af
commit
078b2dbb9b
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ config_args=(
|
||||||
# Include actual row amounts and run times for query plan nodes
|
# Include actual row amounts and run times for query plan nodes
|
||||||
-c auto_explain.log_analyze=on
|
-c auto_explain.log_analyze=on
|
||||||
|
|
||||||
|
# Include execution time of each trigger
|
||||||
|
-c auto_explain.log_triggers=on
|
||||||
|
|
||||||
# Don't log parameter values
|
# Don't log parameter values
|
||||||
-c auto_explain.log_parameter_max_length=0
|
-c auto_explain.log_parameter_max_length=0
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue