Skip to content

Commit

Permalink
update docs regarding log settings having a single configurable backend
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-dulic-bloxico committed Apr 6, 2021
1 parent 4df3ac4 commit a84f55b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/configuration/logging.md
Expand Up @@ -24,15 +24,18 @@ The following options are available in the `log` section:

## Example

Multiple logging backends are supported.
A single configurable backend is supported.

```yaml
log:
- output: stdout
level: trace
format: plain
```

```yaml
- output:
file: example.log
file: example.log
level: info
format: json
```

0 comments on commit a84f55b

Please sign in to comment.