Skip to content

Commit a96991f

Browse files
committed
fix: Auto color for alternative timestamp formats
1 parent 17c34f5 commit a96991f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp_idf_monitor/base/output_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
ANSI_YELLOW_B = ANSI_YELLOW.encode()
1818
ANSI_NORMAL_B = ANSI_NORMAL.encode()
1919

20-
AUTO_COLOR_REGEX = re.compile(rb'^(I|W|E) \(\d+\)')
20+
AUTO_COLOR_REGEX = re.compile(rb'^(I|W|E) \([\d:\. -]+\)')
2121

2222
COMMON_PREFIX = '---'
2323

0 commit comments

Comments
 (0)