I am experiencing some trouble getting a logging configuration to behave as I want.
I want to log all messages with INFO severity or higher from any logger to a console appender. And I want to log all messages from a particular package ("abc") with DEBUG severity or higher to a (rolling) file appender. Can this be done?