diff options
Diffstat (limited to 'docs/configuration/general.md')
-rw-r--r-- | docs/configuration/general.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/general.md b/docs/configuration/general.md index 8ae2ec4f7..93672ea43 100644 --- a/docs/configuration/general.md +++ b/docs/configuration/general.md @@ -35,7 +35,7 @@ log-client-ip: true # The format must be compatible with Go's time.Layout, as # documented on https://pkg.go.dev/time#pkg-constants. # -# Examples: [true, false] +# Examples: ["2006-01-02T15:04:05.000Z07:00", ""] # Default: "02/01/2006 15:04:05.000" log-timestamp-format: "02/01/2006 15:04:05.000" |