undo logger none removal
Build empanada images for imagefactory / buildx (push) Failing after 4s Details
Build empanada container images for lorax / buildx (push) Successful in 1s Details

This commit is contained in:
Louis Abel 2023-12-23 15:06:20 -07:00
parent 8481efd03c
commit 62d8d6a233
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 11 additions and 10 deletions

View File

@ -1806,6 +1806,7 @@ class SigRepoSync:
)
# This is temporary for now.
if logger is None:
self.log = logging.getLogger("sigreposync")
self.log.setLevel(getattr(logging, logger.upper(), 'INFO'))
handler = logging.StreamHandler(sys.stdout)