-
-
Notifications
You must be signed in to change notification settings - Fork 230
Open
Description
Concept
If we provide a logger generator, every client and service can create its own logger instead of sharing a global logger.
Reason/Hypothesis
We can help every client and service to have its own logger, or solve log-level interference because we know bnpipeline/launcher_berrynet are affected by the OpenVINO component in Dyda.
More Description
The debug-level logs in bnpipeline/launcher_berrynet disappear even the debug parameter is assigned. It's because that the OpenVINO component in Dyda sets the log level to INFO.
Single global logger brings the risk that anyone using the BerryNet logger can change the log level, and the others are not aware of it.
Metadata
Metadata
Assignees
Labels
No labels