Hello,
First off, thank you for this awesome package - it is saving me a lot of work. I am having to customize it to our needs, but it works really well to begin with.
I have stumbled across a problem, and this is tested on a fresh install to assure that it is not my mistake.
The problem is that when you turn on the 'stack' channel for logging, the IntrospectionProcessor __invoke never gets hit, causing all of the logs to exclude the IntrospectionProcessor (file, class, etc..).
It seems that it tries to hit the local channels, before the database channel. After that, it uses the formatting for the local channel instead of the formatting for the DB logger. Not sure if this could be overridden - if that's the case.
Am I missing something here?