Ver código fonte

profiling: add option default

Peter Bieringer 2 meses atrás
pai
commit
edc88fbed8
1 arquivos alterados com 14 adições e 0 exclusões
  1. 14 0
      config

+ 14 - 0
config

@@ -321,6 +321,20 @@
 # Log storage cache actions on level=debug
 #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]
 
 # Additional HTTP headers