Skip to content

Commit

Permalink
Fix date-parser() template
Browse files Browse the repository at this point in the history
* Fix `date-parser-nofilter()` template argument (space rather than comma)
  • Loading branch information
Mark Bonsack committed May 27, 2020
1 parent b8200db commit 53e2dfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ log {
#parse the date
date-parser-nofilter(format(
'%Y-%m-%d %H:%M:%S,%f')
template("${.rsa.time},${.rsa.ms}")
template("${.rsa.time} ${.rsa.ms}")
);
};
if {
Expand Down

0 comments on commit 53e2dfc

Please sign in to comment.