mirror of
https://github.com/iKarith/cppo-ng.git
synced 2025-04-09 14:38:08 +00:00
We don't need the [LOGLEVEL], so skip it.
This commit is contained in:
parent
d4d9cc8072
commit
d5bbc4aed3
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user