syslog appender and the structured data elements

2019-05-01 Thread Alex O'Ree
So i'm digging deep into syslog and trying to get log4j2's syslog appender to send structured data elements, such as the mdcid, id and enterpriseNumber with logging messages and I have been unable to get it to be sent. Is there some kind of setting that's not obvious from the docs in order to

Re: How to change the log4j2 log level of a running application without restarting?

2019-04-02 Thread Alex O'Ree
Isn't there a JMX/mbean based solution? On Tue, Apr 2, 2019 at 8:29 PM Ralph Goers wrote: > There are several ways. If you are using Spring Boot you can use the REST > API they provide. If you are using a configuration file just add > monitorInterval=n where n is the number of seconds to poll

Re: chainsaw publish to central?

2019-02-12 Thread Alex O'Ree
create the jars, not the desktop executables and such. Based on > the fact that we've merged a few features since 2.0, it may be coming > up close to time to release again. > > On Sun, 10 Feb 2019 at 10:37, Alex O'Ree wrote: > > > > Not sure if this is the right list butwould

chainsaw publish to central?

2019-02-10 Thread Alex O'Ree
Not sure if this is the right list butwould it be possible to get someone to publish chainsaw to maven central?

Re: log4j2 properties config?

2017-11-23 Thread Alex O'Ree
on.html#Properties > > > On 2017-11-23 14:00, Alex O'Ree wrote: > >> Did log4j 2 drop support for the properties based configuration file? >> >> > > - > To unsubscribe, e-mail: log4j-user-unsubsc

log4j2 properties config?

2017-11-23 Thread Alex O'Ree
Did log4j 2 drop support for the properties based configuration file?

Re: log4j vs log4jextras v1.x

2017-11-17 Thread Alex O'Ree
nger supported > so neither would be log4jextras. > > Ralph > > > On Nov 17, 2017, at 11:22 AM, Alex O'Ree <alexo...@apache.org> wrote: > > > > Sorry if this has been asked before, but i'm not clear on whether or not > > log4jextras is a replacement for lo

log4j vs log4jextras v1.x

2017-11-17 Thread Alex O'Ree
Sorry if this has been asked before, but i'm not clear on whether or not log4jextras is a replacement for log4j or an add on? I've running into some issues where they are both in the classpath causing a conflict between the Appender interface and am looking for solutions. Thanks!