Skip to content

Commit d0a43b5

Browse files
committed
docs(tuning): update storage default for logger
1 parent 9366783 commit d0a43b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/managing-workflow/tuning-component-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The following environment variables are tunable for the [Logger][] component:
9292

9393
Setting | Description
9494
----------------- | ---------------------------------
95-
STORAGE_ADAPTER | How to store logs that are sent to the logger (default: "memory")
95+
STORAGE_ADAPTER | How to store logs that are sent to the logger. Legal values are "file", "memory", and "redis". (default: "redis")
9696
NUMBER_OF_LINES | How many lines to store in the ring buffer (default: 1000)
9797

9898
## Customizing the Monitor

0 commit comments

Comments
 (0)