diff --git a/daemon/logger/jsonfilelog/jsonfilelog.go b/daemon/logger/jsonfilelog/jsonfilelog.go index 09012c59c6..2b482d1f38 100644 --- a/daemon/logger/jsonfilelog/jsonfilelog.go +++ b/daemon/logger/jsonfilelog/jsonfilelog.go @@ -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.