-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Explorer
-
Epic Link:
-
Team:AT
-
Sprint:nxAT 11.1.17
-
Story Points:1
Logging usage is weird and does not ease up debugging as logger classes are not specific to the class using the log.
For instance the following log:
ERROR [BaseNuxeoArtifactDocAdapter] Unable to find NXBundleGroup for id grp:org.nuxeo.ecm.platform
is actually coming from class RepositoryDistributionSnapshot: BaseNuxeoArtifactDocAdapter is actually using a protected log, shared by all subclasses.
==> clean this all up and use new log4j logger everywhere.