diff --git a/php-http/httplug-bundle/1.6/etc/packages/httplug.yaml b/php-http/httplug-bundle/1.6/etc/packages/httplug.yaml index 3a6486c2..6ecb3f72 100644 --- a/php-http/httplug-bundle/1.6/etc/packages/httplug.yaml +++ b/php-http/httplug-bundle/1.6/etc/packages/httplug.yaml @@ -1,9 +1,9 @@ httplug: plugins: logger: - enabled: true + enabled: '%kernel.debug%' # Set to true if you want enable logging in production redirect: - preserve_header: '%kernel.debug%' # Set to true if you want enable logging in production + preserve_header: true discovery: client: 'auto'