profiling: add option default
This commit is contained in:
14
config
14
config
@@ -321,6 +321,20 @@
|
|||||||
# Log storage cache actions on level=debug
|
# Log storage cache actions on level=debug
|
||||||
#storage_cache_actions_on_debug = False
|
#storage_cache_actions_on_debug = False
|
||||||
|
|
||||||
|
# Log profiling data on level=info
|
||||||
|
# Value: per_request | per_request_method
|
||||||
|
#profiling = per_request_method
|
||||||
|
|
||||||
|
# Log profiling data per request minium duration (seconds)
|
||||||
|
#profiling_per_request_min_duration = 3
|
||||||
|
|
||||||
|
# Log profiling data per request method interval
|
||||||
|
#profiling_per_request_method_interval = 600
|
||||||
|
|
||||||
|
# Log profiling top X functions (limit)
|
||||||
|
#profiling_top_x_functions = 10
|
||||||
|
|
||||||
|
|
||||||
[headers]
|
[headers]
|
||||||
|
|
||||||
# Additional HTTP headers
|
# Additional HTTP headers
|
||||||
|
|||||||
Reference in New Issue
Block a user