Skip to content

Commit

Permalink
multiline: adjust to updated parser API for system timezone
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
braydonk authored and edsiper committed Jun 25, 2024
1 parent 87194d7 commit e108034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/multiline/flb_ml_parser_cri.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ static struct flb_parser *cri_parser_create(struct flb_config *config)
NULL, /* time offset */
FLB_TRUE, /* time keep */
FLB_FALSE, /* time strict */
FLB_FALSE, /* time system timezone */
FLB_FALSE, /* no bare keys */
NULL, /* parser types */
0, /* types len */
Expand Down
1 change: 1 addition & 0 deletions src/multiline/flb_ml_parser_docker.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ static struct flb_parser *docker_parser_create(struct flb_config *config)
NULL, /* time offset */
FLB_TRUE, /* time keep */
FLB_FALSE, /* time strict */
FLB_FALSE, /* time system timezone */
FLB_FALSE, /* no bare keys */
NULL, /* parser types */
0, /* types len */
Expand Down

0 comments on commit e108034

Please sign in to comment.