How to make one appender in Log4perl to always have INFO message and other appenders have log messages based on the rootlogger level.
For Instance:
I need a File Appender, which should have all the INFO messages, but on the other hand the STDERR or Screen Appender should have the log messages based on the log level I set.
I generally set the log level for Screen in the config itself, and I need to have option to override the stuffs at the script level.
Would greatly appreciate your help in this regard!
Thanks,
-Pravin