bionic icon indicating copy to clipboard operation
bionic copied to clipboard

Should bionic.util.init_basic_logging only affect logging for bionic components?

Open jqmp opened this issue 5 years ago • 0 comments
trafficstars

Currently the helper function bionic.util.init_basic_logging configures the global logging state, with a default level of INFO for all loggers. However, I suspect most users only use this because they want to see Bionic logs. Maybe this function should only set the log level for Bionic loggers.

jqmp avatar May 13 '20 17:05 jqmp