mirror of https://github.com/Chizi123/Arch-autobuild-repo.git

Joel Grunbaum
yesterday b7cd53c75bf46cf7e7d35e36a415722bdb432b08
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}")