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

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

2022-12-01 Thread Eisenberg, Nathan
Hey Robert, Thanks for getting back to me so quickly. Running with debug helped me figure it out. It looks like the additivity stuff was right the way it was, but it turns out when it was parsing the log file it wasn't even noticing the other loggers. So I looked even closer and noticed that I

Re: [log4cxx] fmt compiling/linking issue

2022-12-01 Thread Robert Middleton
It looks like I was overcomplicating this. The constructor for a std::chrono::time_point does take in a duration from the clock's epoch, which is ultimately what we want to do. PR up on github for review. -Robert Middleton On Sat, Nov 26, 2022 at 11:10 PM Stephen Webb wrote: > > Fmt seems to h