Set higher logpoint
Expectation is for many HEAD requests - so only log every 100K
This commit is contained in:
parent
df350e1e6f
commit
e9e0a7b323
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
head_timings/4]).
|
||||
|
||||
-define(PUT_TIMING_LOGPOINT, 10000).
|
||||
-define(HEAD_TIMING_LOGPOINT, 10000).
|
||||
-define(HEAD_TIMING_LOGPOINT, 100000).
|
||||
-define(LOG_LEVEL, [info, warn, error, critical]).
|
||||
|
||||
-define(LOGBASE, dict:from_list([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue