Description
org.apache.logging.log4j.Logger.info(Message) javadoc is incorrect.
It says
Logs a message with the specific Marker at the TRACE level.
while it should say
Logs a message with the specific Marker at the {@link Level#INFO INFO} level.