mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Run make format
This commit is contained in:
parent
8c6956c095
commit
3e62cefed4
1 changed files with 1 additions and 2 deletions
|
@ -29,8 +29,7 @@ def configure_logger(debug=False):
|
|||
return
|
||||
|
||||
logging.basicConfig(
|
||||
level=logging.DEBUG,
|
||||
format="%(levelname)-8s %(name)-12s %(message)s",
|
||||
level=logging.DEBUG, format="%(levelname)-8s %(name)-12s %(message)s",
|
||||
)
|
||||
logging.getLogger("parsedatetime").setLevel(logging.INFO)
|
||||
logging.getLogger("keyring.backend").setLevel(logging.ERROR)
|
||||
|
|
Loading…
Add table
Reference in a new issue