Closed jiasli closed 3 years ago
Check whether CLILogging already has been configured and return as early as possible, otherwise, calls like
CLILogging
self.log_level = self._determine_log_level(args)
is totally unnecessary and is merely a waste of time.
Log
Check whether
CLILogging
already has been configured and return as early as possible, otherwise, calls likeis totally unnecessary and is merely a waste of time.