mirror of
https://github.com/caddyserver/website.git
synced 2025-05-07 04:07:13 -04:00
Update log.md
This commit is contained in:
parent
c7b4ed30c7
commit
68a0294dff
1 changed files with 2 additions and 2 deletions
|
@ -100,9 +100,9 @@ format <encoder_module> {
|
|||
}
|
||||
```
|
||||
|
||||
- **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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue