mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
9 lines
204 B
Python
9 lines
204 B
Python
import logzero
|
|
|
|
_log_format = ("%(color)s%(levelname)s:%(end_color)s %(message)s")
|
|
formatter = logzero.LogFormatter(fmt=_log_format)
|
|
|
|
# options
|
|
log = logzero.setup_logger(formatter=formatter)
|
|
args = None
|