Build branch fix-integration-tests with version fix-integration-tests (c1fe2a62)

Build pipeline: vsh-ci-dev-rdkgl

Source commit: c1fe2a629d

Source message: Update CHANGELOG
This commit is contained in:
CI
2024-10-18 08:08:08 +00:00
parent cd0af18851
commit 43cfb251c7
1457 changed files with 222 additions and 905786 deletions

View File

@@ -1,12 +0,0 @@
def setup_logger():
import logging
from sys import stdout
logger = logging.getLogger()
logger.setLevel(logging.INFO)
console_handler = logging.StreamHandler(stdout)
logFormatter = logging.Formatter("%(asctime)s %(levelname)-8s %(message)s")
console_handler.setFormatter(logFormatter)
logger.addHandler(console_handler)
return logger