From c365dc618c4a80642e5ed5a502ca0f4a47ef2842 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Wed, 3 Apr 2024 20:50:20 -0400 Subject: [PATCH] fix: remove trace level from log config --- configuration/overview.mdx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/configuration/overview.mdx b/configuration/overview.mdx index 30aff47..c4a06bb 100644 --- a/configuration/overview.mdx +++ b/configuration/overview.mdx @@ -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