Преглед на файлове

Update ImageOptimizer config, disable logging by default

Daniel Supernault преди 7 години
родител
ревизия
576f2471e1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      config/image-optimizer.php

+ 1 - 1
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,
 ];