bionic
bionic copied to clipboard
Should bionic.util.init_basic_logging only affect logging for bionic components?
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.