Merge pull request #17606 from mountkin/increase-max-retries
increase the maxJSONDecodeRetry in json log reader
This commit is contained in:
commit
c30b9e590c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue