From ddf22c7e3f6562f10bf9789968df0c5b3eab7c81 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Tue, 23 May 2017 12:53:55 +0200 Subject: [PATCH] Typo --- php-http/httplug-bundle/1.6/etc/packages/httplug.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'