Our application is made up of tons of libraries, all of which use log4j for logging. The developer of the libraries chose levels for the log messages that are output, but they don't necessarily match with our needs. For example, an error message for the library developer is perhaps for our application just an informational message.
Is it possible to create a mapping from one level to another for a certain appender?