Bahri Gencsoy created LOG4J2-1233: ------------------------------------- Summary: Misleading Value In Properties Example Key: LOG4J2-1233 URL: https://issues.apache.org/jira/browse/LOG4J2-1233 Project: Log4j 2 Issue Type: Improvement Components: Documentation Affects Versions: 2.5 Reporter: Bahri Gencsoy
The parameter in the [properties example|https://logging.apache.org/log4j/2.x/manual/configuration.html#Properties] is misleading: {{logger.rolling.name = org.apache.logging.log4j.core.appender.rolling}} The value here is actually the logger package name, but since it is given as log4j package, one tends not to change it. It should be something like {{com.foo.Bar}} as in the other examples. It actually took 2 hours for me to figure this out. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org