Ralph Goers

Results 131 comments of Ralph Goers

If a user wanted ``` {key-value) Hello ``` then they should use %map with new options to specify if the map should be formatted as JSON and to extract the...

AsyncLogger will improve the perceived performance of the application by giving control back to it sooner than an AsyncAppender, and if you have filters and more than one appender that...

In 3.x the annotation processor does not run automatically. Any project that has log4j plugins needs to add it. In 3.x it has moved to its own module, log4j-plugin-processor. It...

I am not in favor of this. We should fix the original problem that a JSON or YAML configuration is found but dependencies are missing to log at error instead.

Once the file rollover fails the Appender is essentially dead as it no longer has an open stream. This is not unique to RandomAccessFile as all file appenders will face...

I think this problem is more general than you are making it out to be. Anytime there is a sequence of app-> jul -> log4j -> 3rd party -> jul...

Why? I read the discussion and I doubt that the name and the description in the pom.xml are going to make any difference to anyone who cares. What would really...

Log4j API is the interface applications code to and will use its built in SimpleLogger implementation if none is provided, but that implementation is too simplistic for the vast majority...

For reference, I expect the intro page was written for 2.0 and we have added new items to the list over time but never reviewed the page. At this point...

The call to getConfiguration returns null when dependencies are missing. We should probably log a warning as the method wouldn't have been called if the configuration file wasn't of a...