RE: EXTERNAL: Re: Non-Root Logger Logging Problems

2022-12-01 Thread Eisenberg, Nathan
Sent: Thursday, December 1, 2022 7:31 AM To: dev@logging.apache.org Subject: EXTERNAL: Re: Non-Root Logger Logging Problems Hi Nathan, My guess would be that additivity.sender=false should actually be sender.additivity=false. As to why the log messages are not going to the second FileAppend

Re: Non-Root Logger Logging Problems

2022-12-01 Thread Robert Middleton
Hi Nathan, My guess would be that additivity.sender=false should actually be sender.additivity=false. As to why the log messages are not going to the second FileAppender, I'm not sure why that would be happening. I would recommend running with internal debugging enabled. You can do this by sett

Non-Root Logger Logging Problems

2022-11-30 Thread Eisenberg, Nathan
I have configured 2 loggers inside my java config file: 1 is the rootLogger and it has 2 appenders, and the other is called sender and it has 1 appender. My java config file looks something like this: rootLogger= [level], consoleAppender, fileAppender1 sender=[level], fileAppender2 additivity.s