aboutsummaryrefslogtreecommitdiffstats
path: root/prog/parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'prog/parse.go')
-rw-r--r--prog/parse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/parse.go b/prog/parse.go
index c62601702..8a8fdf9b1 100644
--- a/prog/parse.go
+++ b/prog/parse.go
@@ -55,7 +55,7 @@ func (target *Target) ParseLog(data []byte) []*LogEntry {
continue
}
tmp := append(cur, line...)
- p, err := target.Deserialize(tmp)
+ p, err := target.Deserialize(tmp, NonStrict)
if err != nil {
continue
}