瀏覽代碼

profiling: add option default

Peter Bieringer 2 月之前
父節點
當前提交
edc88fbed8
共有 1 個文件被更改,包括 14 次插入0 次删除
  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