mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
max log message length 10000
This commit is contained in:
@@ -43,7 +43,7 @@ class EspoFileHandler extends MonologStreamHandler
|
||||
protected FileManager $fileManager;
|
||||
|
||||
/** @var int */
|
||||
protected $maxErrorMessageLength = 5000;
|
||||
protected $maxErrorMessageLength = 10000;
|
||||
|
||||
public function __construct(
|
||||
Config $config,
|
||||
|
||||
Reference in New Issue
Block a user