Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.7.0.pre1
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: HelpWanted, Intro, Miscellaneous
-
Labels:None
-
Number of attachments :
Description
In JRUBY-5845, we added slf4j as the preferred logging API in JRuby. This bug tracks removing all (or most) println logging from JRuby and migrating to slf4j.
As of this bug creation, there are 257 usages of PrintStream.println in JRuby.
I believe we can close it due to the logging commits.