You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the new colored console logs and change of log pattern, it no more possible to easily override log pattern and inject items in the record.
Before it was possible to override the pattern ConsoleFormatter::SIMPLE_FORMAT, push processor to inject what ever data you needed in record and that was all.
Now the formatter calls self::SIMPLE_FORMAT instead of static::SIMPLE_FORMAT and format() just ignore unknown items in $record.
The text was updated successfully, but these errors were encountered:
Since the new colored console logs and change of log pattern, it no more possible to easily override log pattern and inject items in the record.
Before it was possible to override the pattern
ConsoleFormatter::SIMPLE_FORMAT
, push processor to inject what ever data you needed in record and that was all.Now the formatter calls
self::SIMPLE_FORMAT
instead ofstatic::SIMPLE_FORMAT
andformat()
just ignore unknown items in$record
.The text was updated successfully, but these errors were encountered: