mirror of
https://github.com/iKarith/cppo-ng.git
synced 2025-08-09 23:25:14 +00:00
We don't need the [LOGLEVEL], so skip it.
This commit is contained in:
@@ -29,7 +29,7 @@ log = StyleAdapter(logging.getLogger(__name__))
|
||||
|
||||
# Set up our logging facility
|
||||
_handler = logging.StreamHandler(sys.stdout)
|
||||
_formatter = logging.Formatter('%(levelname)s: %(message)s')
|
||||
_formatter = logging.Formatter('%(message)s')
|
||||
_handler.setFormatter(_formatter)
|
||||
log.logger.addHandler(_handler)
|
||||
log.setLevel(logging.DEBUG)
|
||||
|
Reference in New Issue
Block a user