You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: