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 784693b commit f71498cCopy full SHA for f71498c
CHANGES
@@ -1,6 +1,8 @@
1
DD mmm YYYY - 2.9.x (to be released)
2
-------------------
3
4
+ * mlogc log-line parsing fails due to enhanced timestamp
5
+ [Issue #2682 - @bozhinov, @ABrauer-CPT, @martinhsv]
6
* Allow no-key, single-value JSON body
7
[Issue #2735 - @marcstern, @martinhsv]
8
* Set SecStatusEngine Off in modsecurity.conf-recommended
mlogc/mlogc.c
@@ -96,7 +96,7 @@ do { \
96
static const char logline_pattern[] =
97
"^(\\S+)"
98
"\\ (\\S+)\\ (\\S+)\\ (\\S+)"
99
- "\\ \\[([^:]+):(\\d+:\\d+:\\d+)\\ ([^\\]]+)\\]"
+ "\\ \\[([^:]+):(\\d+:\\d+:\\d+(?:[.]\\d+)?)\\ ([^\\]]+)\\]"
100
"\\ \"(.*)\""
101
"\\ (\\d+)\\ (\\S+)"
102
"\\ \"(.*)\"\\ \"(.*)\""
0 commit comments