Set profiler to only exceptions because of size constraint #bug
This commit is contained in:
parent
9ad3508061
commit
d036460a3f
1 changed files with 1 additions and 1 deletions
|
|
@ -3,4 +3,4 @@ web_profiler:
|
||||||
intercept_redirects: false
|
intercept_redirects: false
|
||||||
|
|
||||||
framework:
|
framework:
|
||||||
profiler: { only_exceptions: false }
|
profiler: { only_exceptions: true }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue