Skip to content

Commit

Permalink
Document new backtrace profiling options
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed May 10, 2019
1 parent 012835a commit c9d93df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/doc/configuration.rst
Expand Up @@ -104,6 +104,9 @@ Configuration Reference
logging: "%kernel.debug%"
profiling: "%kernel.debug%"
# When true, profiling also collects a backtrace for each query
profiling_collect_backtrace: false
server_version: ~
driver_class: ~
# Allows to specify a custom wrapper implementation to use.
Expand Down Expand Up @@ -493,6 +496,7 @@ Configuration Reference
schema-filter=""
logging="%kernel.debug%"
profiling="%kernel.debug%"
profiling-collect-backtrace="false"
server-version=""
driver-class=""
wrapper-class=""
Expand Down

0 comments on commit c9d93df

Please sign in to comment.