monolog
monolog copied to clipboard
Sends your logs to files, sockets, inboxes, databases and various web services
Usage of version 2 of graylog2/gelf-php leads to error 'Attempted to call an undefined method named "setFacility" of class "Gelf\Message".' This happens because support of gelf1.0 was dropped in the...
When I try to use `GroupHandler` in `FingersCrossedHandler` I got an exception: `UnexpectedValueException(code: 0): The nested handler of type Monolog\\Handler\\GroupHandler does not support formatters. at /app/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php:237` FingersCrossedHandler expects that wrapped...
For special case, i want to custom format of ElasticSearchFormater, but i can't extend or implement it. Why we do it for more flexible?
Hi! That processor generates a context by a closure if the closure is set as the only value in the context. I use it a lot to reduce performance impact...
Version 2.8.0 Once we upgraded to 2.8.0 all inline functions are throwing the following error: ```Cannot redeclare banana() (previously declared in /var/www/html/mysite.com/App/Views/Agency/Info/Agency.php:362)``` Function name does not matter. You can change...
I use this processor quite often, so I think it can be useful for others too
Monolog version 2|3 Check the function. https://github.com/Seldaek/monolog/blob/5579edf28aee1190a798bfa5be8bc16c563bd524/src/Monolog/Formatter/NormalizerFormatter.php#L230-L235 PHP Fatal Error caught by `register_shutdown_function()` has `trace` field. Inside this `trace` field there can be few elements without `file` and `line` fields....
Monolog version 2.5 Hey guys, We are occasionally getting the following from StreamHandler. Any suggestions would be greatly appreciated. I assume it's a permissions or locking issue but am unsure...
Write your suggestion here. I was wondering if there is any chance you would consider Syslog TCP support for tls transfer to papertrail? Thanks.
Monolog version 1 Getting this error when try to use Json Formatter ``` ErrorException: Undefined property: Monolog\Formatter\JsonFormatter::$maxDepth in /var/www/html/vendor/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php:147 ``` it's happen after this changes release https://github.com/Seldaek/monolog/pull/1633