Skip to content

Commit

Permalink
Merge branch 'main' into 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reluce committed Feb 10, 2024
2 parents c7ce89b + 5404b8e commit 2ab9d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/szurubooru_toolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def setup_logger() -> None:
level=config.logging['log_level'],
diagnose=False,
format=''.join(
'<lm>[{level}]</lm> <lg>[{time:DD.MM.YYYY, HH:mm:ss zz}]</lg> ' '<ly>[{module}.{function}]</ly> {message}',
'<lm>[{level}]</lm> <lg>[{time:DD.MM.YYYY, HH:mm:ss zz}]</lg> <ly>[{module}.{function}]</ly> {message}',
),
),
dict(
Expand Down

0 comments on commit 2ab9d43

Please sign in to comment.