Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/tools/resources/license-hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0b18030f4dadb361f7f03c72fd7c93055a7ecf1191103fdc1e669335a0418f2a
760da62dc5eef750ac04ffc090a56855a9ed93d6533800804efb00d85da9f75b
2 changes: 1 addition & 1 deletion src/usdb_syncer/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def song_logger(song_id: SongId) -> SongLogger:


def configure_logging(*handlers: logging.Handler, formatter: logging.Formatter) -> None:
logging.basicConfig(level=logging.INFO, encoding="utf-8", handlers=handlers)
logging.basicConfig(level=logging.INFO, handlers=handlers)
for handler in logging.getLogger().handlers:
handler.setFormatter(formatter)
logger.setLevel(logging.DEBUG)
Expand Down
Loading