Details
-
Type:
Task
-
Status:
New
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 4.2.4
-
Fix Version/s: None
-
Component/s: None
-
Security Level: Public
-
- Environment:
- -
Issue Links
| Depends | ||||||
|---|---|---|---|---|---|---|
|
|
|||||
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Christophe DENEUX [ cdeneux ] | Victor NOËL [ vnoel ] |
| Summary | Switch from Java Commons Logging to Log4j or SLF4J | Switch from JUL to Log4j or SLF4J |
| Priority | Blocker [ 1 ] | |
| Description |
We should move away from commons logging.
It is well known that using it is not recommended for performance and also classloading nightware reasons (see http://articles.qos.ch/thinkAgain.html for details on the matter). It touches us through Also it could simplify our homemade MDC code (the ExecutionContext that is in easycommons-thread). We should evaluate what to use, but slf4j has a very good reputation in the java community. |
We should move away from Java Util Logging.
It is well known that using it is not recommended for performance and also classloading nightware reasons (see http://articles.qos.ch/thinkAgain.html for details on the matter). It touches us through Also it could simplify our homemade MDC code (the ExecutionContext that is in easycommons-thread). We should evaluate what to use, but slf4j has a very good reputation in the java community. |
| Priority | Blocker [ 1 ] | Minor [ 4 ] |
| Description |
We should move away from Java Util Logging.
It is well known that using it is not recommended for performance and also classloading nightware reasons (see http://articles.qos.ch/thinkAgain.html for details on the matter). It touches us through Also it could simplify our homemade MDC code (the ExecutionContext that is in easycommons-thread). We should evaluate what to use, but slf4j has a very good reputation in the java community. |
We should move away from Java Util Logging.
It is well known that using it is -not recommended for performance and also classloading nightware reasons (see http://articles.qos.ch/thinkAgain.html for details on the matter)-. It touches us through Also it could simplify our homemade MDC code (the ExecutionContext that is in easycommons-thread). We should evaluate what to use, but slf4j has a very good reputation in the java community. |
| Description |
We should move away from Java Util Logging.
It is well known that using it is -not recommended for performance and also classloading nightware reasons (see http://articles.qos.ch/thinkAgain.html for details on the matter)-. It touches us through Also it could simplify our homemade MDC code (the ExecutionContext that is in easycommons-thread). We should evaluate what to use, but slf4j has a very good reputation in the java community. |
We should move away from Java Util Logging.
It is well known that bq. using it is not recommended for performance and also classloading nightware reasons (see http://articles.qos.ch/thinkAgain.html for details on the matter). (THIS IS ACTUALLY WRONG!) It touches us through Also it could simplify our homemade MDC code (the ExecutionContext that is in easycommons-thread). We should evaluate what to use, but slf4j has a very good reputation in the java community. |
| Summary | Switch from JUL to Log4j or SLF4J | Switch from JUL to SLF4j with logback or equivalent |
| Description |
We should move away from Java Util Logging.
It is well known that bq. using it is not recommended for performance and also classloading nightware reasons (see http://articles.qos.ch/thinkAgain.html for details on the matter). (THIS IS ACTUALLY WRONG!) It touches us through Also it could simplify our homemade MDC code (the ExecutionContext that is in easycommons-thread). We should evaluate what to use, but slf4j has a very good reputation in the java community. |
We should move away from Java Util Logging.
It is well known that bq. using it is not recommended for performance and also classloading nightware reasons (see http://articles.qos.ch/thinkAgain.html for details on the matter). (THIS IS ACTUALLY WRONG!) It touches us through Also it could simplify our homemade MDC code (the ExecutionContext that is in easycommons-thread). We should evaluate what to use, but slf4j and logback have a very good reputation in the java community. |
| Link |
This issue blocks |
| Link |
This issue depends on |
| Link |
This issue depends on |

the link I previously provided was about commons-logging, aka JCL, not JUL.
Anyway I still think we could move but maybe it is less critical than what I thought.