monolog-bundle icon indicating copy to clipboard operation
monolog-bundle copied to clipboard

Symfony Monolog Bundle

Results 62 monolog-bundle issues
Sort by recently updated
recently updated
newest added

Good day, For some reason, my Monolog's configuration with Elasticsearch just works for every channel but for Doctrine. Other channels seem to work without errors. This `doctrine` channel error was...

Missing handlers: - [x] mongodb - [ ] couchdb / doctrinecouchdb - [x] elasticsearch / elastica - [ ] dynamodb - [x] syslogd - [x] loggly - [x] browserconsole (might...

So that the order in which the processors are used by monolog can be determined. Example config: ``` Foo\Bar\Log\Processors\FirstProcessor: tags: - { name: monolog.processor, channel: http } Foo\Bar\Log\Processors\SecondProcessor: tags: -...

The Monolog class have an setTimeZone method to adjust the time zone. that is currently not configureable using config files

Hi all, Recently I have done mass upgrade on cpanel for php and mysql and it cause a lot of disasters after(not sure if due to codes itself since this...

When excluding certain HTTP status codes (e.g. 404) from a handler, it would be nice to be able to set up another handler that works as exact complement, namely logging...

Hi, I got a service class that log some data. I would like to separate my logs for each of my customer (that are registered in my db) eg :...

Hi, I'm working on a Symfony 2 application, and I'd like to temporary disable logging. I found that adding the `NullHandler` on top of the configured handlers shall do the...