We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09a752 commit 85bdcefCopy full SHA for 85bdcef
log_collector/log_collector.py
@@ -37,7 +37,7 @@
37
logger.setLevel(logging.INFO)
38
LOGGER_FORMAT = '%(asctime)s - %(levelname)s - %(message)s'
39
logging.basicConfig(format=LOGGER_FORMAT)
40
-VERSION_LOG_COLLECTOR = "7.4.6-2"
+VERSION_LOG_COLLECTOR = "7.4.6-6"
41
42
TIME_FORMAT = time.strftime("%Y%m%d-%H%M%S")
43
0 commit comments