Documentation

Configuration / log.format

This option enables you to specify the message format for each log row.

Variables that gets automatically replaced.

{time} Will be the current time when the message was created.
{level} Will be a string representation of the current log level.
{message} Will contain the log message body.

$moxieManagerConfig['log.format'] = "[{time}] [{level}] {message}";