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

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

View File

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