[feat] (re-invent) log4j as a logging backend#310
Conversation
|
(unrelated) the JRuby 9.4 on Java 11 JVM combination is reliably flaky (sic). It's interesting, something indeterminate going on there that leads to something being the wrong type at times. Probably something implicit to JRuby rather than something this library is doing, I think. (I re-ran the action) |
|
Just curious, what's your theory of the case with logging libraries these days, rather than supporting slf4j and leaving it at that? |
|
Regarding old (logging) libraries IMHO we should have them around to ease migration for legacy users... In terms of only supporting From what jruby-rack currently support we could remove commons-logging eventually but I do not think it's a big deal. Does that make any sense? |
Yeah, seen the failure several times, it's a JRuby bug I've bumped into elsewhere as well. |
|
Yup, just curious to be honest, since the saga of Java logging seems to be an endless one :-) I thought perhaps the motivation might be specific to the needs/defaults of particular servlet containers of particular relevance to, or most commonly used with jruby-rack in your experience. |
No description provided.