diff --git a/src/docs/markdown/caddyfile/directives/log.md b/src/docs/markdown/caddyfile/directives/log.md index e734a88..c8cf072 100644 --- a/src/docs/markdown/caddyfile/directives/log.md +++ b/src/docs/markdown/caddyfile/directives/log.md @@ -100,9 +100,9 @@ format { } ``` -- **message_key** The key for the message field of the log entry. Default: `message` +- **message_key** The key for the message field of the log entry. Default: `msg` - **level_key** The key for the level field of the log entry. Default: `level` -- **time_key** The key for the time field of the log entry. Default: `time` +- **time_key** The key for the time field of the log entry. Default: `ts` - **name_key** The key for the name field of the log entry (i.e. the name of the logger itself). Default: `name` - **caller_key** The key for the caller field of the log entry. - **stacktrace_key** The key for the stacktrace field of the log entry.