er, I'm not
sure why that would be happening. I would recommend running with internal
debugging enabled. You can do this by setting log4j.debug=true in your config
file.
-Robert Middleton
On Wed, Nov 30, 2022 at 11:41 PM Eisenberg, Nathan
wrote:
>
> I have configured 2 loggers i
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