Description
My project uses log4j2. I would like to be able to execute the command `log:set FATAL <logger>`.
- https://github.com/apache/karaf/blob/karaf-4.2.6/log/src/main/java/org/apache/karaf/log/command/SetLogLevel.java
- https://github.com/apache/karaf/blob/karaf-4.2.6/log/src/main/java/org/apache/karaf/log/core/Level.java
- https://logging.apache.org/log4j/2.x/log4j-api/apidocs/org/apache/logging/log4j/Level.html
A work-around is manually editing the org.ops4j.pax.logging.cfg or "org.ops4j.pax.logging.log4j2.config.file".