Skip to content

Commit 85bdcef

Browse files
authored
Update log_collector.py
1 parent b09a752 commit 85bdcef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log_collector/log_collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
logger.setLevel(logging.INFO)
3838
LOGGER_FORMAT = '%(asctime)s - %(levelname)s - %(message)s'
3939
logging.basicConfig(format=LOGGER_FORMAT)
40-
VERSION_LOG_COLLECTOR = "7.4.6-2"
40+
VERSION_LOG_COLLECTOR = "7.4.6-6"
4141

4242
TIME_FORMAT = time.strftime("%Y%m%d-%H%M%S")
4343

0 commit comments

Comments
 (0)