-
Bug
-
Resolution: Done
-
Blocker
-
7.0.0.DR2
-
None
JBREM000200 log messages was switched to DEBUG level in EAP 6.3.0 - https://bugzilla.redhat.com/show_bug.cgi?id=1080429
JBossRemoting 4.0.x uses ERROR level [1], this version is used in latest WF (currently I think it's 4.0.9) and EAP 7 DR builds.
JBossRemoting 4.x [2] and master branch [3] are set to use DEBUG level.
Please fix logging level in 4.0 branch or maybe use 4.x branch based tags in WF (right now 4.1.0.Beta1-SNAPSHOT ... so fixing 4.0 branch seems faster).
[1] https://github.com/jboss-remoting/jboss-remoting/blob/4.0/src/main/java/org/jboss/remoting3/remote/RemoteLogger.java
[2] https://github.com/jboss-remoting/jboss-remoting/blob/4.x/src/main/java/org/jboss/remoting3/remote/RemoteLogger.java
[3] https://github.com/jboss-remoting/jboss-remoting/blob/master/src/main/java/org/jboss/remoting3/remote/RemoteLogger.java
- is cloned by
-
REM3-207 JBREM000200 message is in ERROR level should be on DEBUG level as in EAP 6.3+
- Resolved