review loggers

This commit is contained in:
2022-06-19 22:28:31 +03:00
parent 03c298c762
commit 18daecaac7
11 changed files with 15 additions and 91 deletions

View File

@ -281,7 +281,7 @@ class Package:
from ahriman.core.build_tools.sources import Sources
logger = logging.getLogger("build_details")
logger = logging.getLogger("build")
Sources.load(paths.cache_for(self.base), self, None, paths)
try: