Re: [D] Provide a Layout to StatusLogger [logging-log4j2]

2025-03-27 Thread via GitHub
GitHub user ppkarwasz added a comment to the discussion: Provide a Layout to StatusLogger > The error messages are somewhat useful to me as a user, but stack traces from > inside of log4j are only useful for maintainers of the log4j library. There are [options for the date format of status l

Re: [D] Provide a Layout to StatusLogger [logging-log4j2]

2025-03-27 Thread via GitHub
GitHub user voddan added a comment to the discussion: Provide a Layout to StatusLogger I see. That kinda makes sense, however I wish there was a way to at least turn of the stack traces. The error messages are somewhat useful to me as a user, but stack traces from inside of log4j are only use

Re: [D] Provide a Layout to StatusLogger [logging-log4j2]

2025-03-27 Thread via GitHub
GitHub user vy added a comment to the discussion: Provide a Layout to StatusLogger No, it is not possible and, IMHO, this is a good thing. Status Logger is the logger for the logger – that is, we need to keep its feature set at minimum. Consider it like a `printf()` on steroids. > When I get