We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a588b3c commit ddf22c7Copy full SHA for ddf22c7
php-http/httplug-bundle/1.6/etc/packages/httplug.yaml
@@ -1,9 +1,9 @@
1
httplug:
2
plugins:
3
logger:
4
- enabled: true
+ enabled: '%kernel.debug%' # Set to true if you want enable logging in production
5
redirect:
6
- preserve_header: '%kernel.debug%' # Set to true if you want enable logging in production
+ preserve_header: true
7
8
discovery:
9
client: 'auto'
0 commit comments