From 576f2471e10783e430ea8e8db05cd6d4e775db0f Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 12 Jul 2018 15:57:55 -0600 Subject: [PATCH] Update ImageOptimizer config, disable logging by default --- config/image-optimizer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/image-optimizer.php b/config/image-optimizer.php index 241dc199b..6e97d8eff 100644 --- a/config/image-optimizer.php +++ b/config/image-optimizer.php @@ -49,5 +49,5 @@ return [ * If set to `true` all output of the optimizer binaries will be appended to the default log. * You can also set this to a class that implements `Psr\Log\LoggerInterface`. */ - 'log_optimizer_activity' => true, + 'log_optimizer_activity' => false, ];