increase the maxJSONDecodeRetry in json log reader
Signed-off-by: Shijiang Wei <mountkin@gmail.com> Upstream-commit: a82f9ac81956c6b63772c9c720878d377dd9ee02 Component: engine
This commit is contained in:
@@ -28,7 +28,7 @@ import (
|
||||
const (
|
||||
// Name is the name of the file that the jsonlogger logs to.
|
||||
Name = "json-file"
|
||||
maxJSONDecodeRetry = 10
|
||||
maxJSONDecodeRetry = 20000
|
||||
)
|
||||
|
||||
// JSONFileLogger is Logger implementation for default Docker logging.
|
||||
|
||||
Reference in New Issue
Block a user