Skip to content

Commit 64c0216

Browse files
committed
Add missing date case caught by rabbit.
1 parent 70db06f commit 64c0216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/core/config/schemas.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ timestamp:[ \d]\d [A-Z][a-z]{2} \d{4} \d{2}:\d{2}:\d{2},\d{3}
2929
timestamp:[A-Z][a-z]{2} [ \d]\d, \d{4} [ \d]\d:\d{2}:\d{2} [AP]M
3030

3131
// E.g. January 31, 2015 15:50
32-
timestamp:[A-Z][a-z]+ \d{2}, \d{4} \d{2}:\d{2}
32+
timestamp:[A-Z][a-z]+ [ \d]\d, \d{4} \d{2}:\d{2}
3333

3434
// E.g. E [31/Jan/2015:15:50:45
3535
// E.g. localhost - - [01/Jan/2016:15:50:17

0 commit comments

Comments
 (0)