Elao / symfony-standard

[DEPRECATED] Our version of the Symfony standard edition
19 stars 9 forks source link

Conform to upstream: [Monolog] Console handler don't bubble anymore #106

Closed ogizanagi closed 8 years ago

ogizanagi commented 8 years ago

Do not let the console handler eat all the logs (handlers defined after wouldn't get anything otherwise)

See https://github.com/lyrixx/symfony-standard/commit/8fb1e8173e9c7b9c327dad2c0abada0b1809f9d2

Originally, this commit has been merged in 2.7. But actually, I saw the 2.7 is not up-to-date with upstream. So I assumed you won't maintain the 2.7 branch ?

nervo commented 8 years ago

I will cherry pick this one on 2.7 too, thx dude :)

(Fyi, we only sync with upstream on releases)

nervo commented 8 years ago

Oh, and btw, on 3.0 too :)