max log message length 10000

This commit is contained in:
Yuri Kuznetsov
2023-03-17 17:25:45 +02:00
parent b1447a2922
commit 07ebd43ac6

View File

@@ -43,7 +43,7 @@ class EspoFileHandler extends MonologStreamHandler
protected FileManager $fileManager;
/** @var int */
protected $maxErrorMessageLength = 5000;
protected $maxErrorMessageLength = 10000;
public function __construct(
Config $config,