Details
-
Improvement
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
2.0.0
-
None
Description
In the patch of HIVE-12020, we changed the DataNucleus related logging configuration from nine fine-grained loggers with three coarse-grained loggers (DataNucleus, Datastore and JPOX). As Prasanth Jayachandran explain, these three loggers are the top-level logger in DataNucleus, so that we don't need to specify other loggers for DataNucleus. However, according to the documents and source codes of DataNucleus, the top-level logger in DataNucleus is `DataNucleus`. Therefore, we just need to keep the right one.