Skip to content

Commit

Permalink
fix: remove trace level from log config
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Apr 4, 2024
1 parent 2f797f1 commit c365dc6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions configuration/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ export FLIPT_CORS_ALLOWED_ORIGINS="http://localhost:3000 http://localhost:3001"

### Logging

| Property | Description | Default | Since |
| ---------------- | --------------------------------------------------------------------------------------- | ------- | ------- |
| log.level | Level at which messages are logged (trace, debug, info, warn, error, fatal, panic) | info | |
| log.grpc_level | Level at which gRPC messages are logged (trace, debug, info, warn, error, fatal, panic) | error | v1.12.0 |
| log.file | File to log to instead of STDOUT | | v0.10.0 |
| log.encoding | Encoding to use for logging (json, console) | console | v1.12.0 |
| log.keys.time | Structured logging key used when outputting log timestamp | T | v1.18.1 |
| log.keys.level | Structured logging key used when outputting log level | L | v1.18.1 |
| log.keys.message | Structured logging key used when outputting log message | M | v1.18.1 |
| Property | Description | Default | Since |
| ---------------- | -------------------------------------------------------------------------------- | ------- | ------- |
| log.level | Level at which messages are logged (debug, info, warn, error, fatal, panic) | info | |
| log.grpc_level | Level at which gRPC messages are logged (debug, info, warn, error, fatal, panic) | error | v1.12.0 |
| log.file | File to log to instead of STDOUT | | v0.10.0 |
| log.encoding | Encoding to use for logging (json, console) | console | v1.12.0 |
| log.keys.time | Structured logging key used when outputting log timestamp | T | v1.18.1 |
| log.keys.level | Structured logging key used when outputting log level | L | v1.18.1 |
| log.keys.message | Structured logging key used when outputting log message | M | v1.18.1 |

### Server

Expand Down

0 comments on commit c365dc6

Please sign in to comment.