mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update ImageOptimizer config, disable logging by default
This commit is contained in:
parent
b54551a94c
commit
576f2471e1
1 changed files with 1 additions and 1 deletions
|
@ -49,5 +49,5 @@ return [
|
||||||
* If set to `true` all output of the optimizer binaries will be appended to the default log.
|
* 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`.
|
* You can also set this to a class that implements `Psr\Log\LoggerInterface`.
|
||||||
*/
|
*/
|
||||||
'log_optimizer_activity' => true,
|
'log_optimizer_activity' => false,
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue