Update ImageOptimizer config, disable logging by default

pull/334/head
Daniel Supernault 2018-07-12 15:57:55 -06:00
rodzic b54551a94c
commit 576f2471e1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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,
];