Closed widoz closed 3 years ago
Code looks fine to me, but LogActionSubscriber::update()
still uses current_filter
to determine log level.
If we go this path, that should be removed as well...
In deeb15a I removed the usage of current_filter
I also merged current 2.x because i wanted to run integration tests to make sure this change did not break stuff.
And TBH it is easier to merge a PR when all checks are green.
Code looks fine to me, but LogActionSubscriber::update() still uses current_filter to determine log level. If we go this path, that should be removed as well...
Make totally sense.
In deeb15a I removed the usage of current_filter I also merged current 2.x because i wanted to run integration tests to make > sure this change did not break stuff. And TBH it is easier to merge a PR when all checks are green.
👍
fixes #41