Rename package to hub #38

Merged
jackrobison merged 13 commits from rename-things into master 2022-05-18 22:18:22 +02:00
Showing only changes of commit 706971edbe - Show all commits

View file

@ -47,7 +47,7 @@ STREAM_TYPES = {
def setup_logging(log_path: str):
log = logging.getLogger('scribe')
log = logging.getLogger()
fmt = logging.Formatter("%(asctime)s %(levelname)-4s %(name)s:%(lineno)d: %(message)s")
handler = logging.handlers.RotatingFileHandler(log_path, maxBytes=1024*1024*5, backupCount=2)
handler.setFormatter(fmt)