src/archrepobuild/logging.py
File was renamed from src/archbuild/logging.py @@ -47,7 +47,7 @@ handlers=handlers, ) return logging.getLogger("archbuild") return logging.getLogger("archrepobuild") def get_logger(name: str) -> logging.Logger: @@ -59,4 +59,4 @@ Returns: Logger instance """ return logging.getLogger(f"archbuild.{name}") return logging.getLogger(f"archrepobuild.{name}")