Re: Property prefix convention

2020-03-12 Thread Matt Sicker
Oh, and see also the docs written in this section: https://logging.apache.org/log4j/2.x/manual/configuration.html#SystemProperties On Thu, 12 Mar 2020 at 15:57, Matt Sicker wrote: > > Whoops, typo there. The normalized form is log4j2.fooBarBaz. Note the > dot after the 2. > > On Thu, 12 Mar 2020

Re: Property prefix convention

2020-03-12 Thread Matt Sicker
Whoops, typo there. The normalized form is log4j2.fooBarBaz. Note the dot after the 2. On Thu, 12 Mar 2020 at 15:56, Matt Sicker wrote: > > They all get normalized into camelCasePropertyNames without the > leading log4j, log4j2, or even org.apache.logging.log4j, or Log4j, or > really tons of othe

Re: Property prefix convention

2020-03-12 Thread Matt Sicker
They all get normalized into camelCasePropertyNames without the leading log4j, log4j2, or even org.apache.logging.log4j, or Log4j, or really tons of other combinations. See https://github.com/apache/logging-log4j2/blob/master/log4j-api/src/main/java/org/apache/logging/log4j/util/PropertiesUtil.java

Property prefix convention

2020-03-12 Thread Volkan Yazıcı
Hello, I see there are multiple property prefix conventions in the sources, e.g., `log4j2.enable.threadlocals` and `log4j.maxReusableMsgSize`. In JsonTemplateLayout, builder defaults are initialized via properties too[1]. There shall I stick to `log4j`, `log4j2`, or even `log4j3` property prefix?