mlogc log-line parsing fails due to enhanced timestamp

This commit is contained in:
Martin Vierula
2022-05-27 11:05:37 -07:00
parent 784693b61c
commit f71498ceff
2 changed files with 3 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ do { \
static const char logline_pattern[] =
"^(\\S+)"
"\\ (\\S+)\\ (\\S+)\\ (\\S+)"
"\\ \\[([^:]+):(\\d+:\\d+:\\d+)\\ ([^\\]]+)\\]"
"\\ \\[([^:]+):(\\d+:\\d+:\\d+(?:[.]\\d+)?)\\ ([^\\]]+)\\]"
"\\ \"(.*)\""
"\\ (\\d+)\\ (\\S+)"
"\\ \"(.*)\"\\ \"(.*)\""