We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9366783 + d0a43b5 commit c8bdb5bCopy full SHA for c8bdb5b
1 file changed
src/managing-workflow/tuning-component-settings.md
@@ -92,7 +92,7 @@ The following environment variables are tunable for the [Logger][] component:
92
93
Setting | Description
94
----------------- | ---------------------------------
95
-STORAGE_ADAPTER | How to store logs that are sent to the logger (default: "memory")
+STORAGE_ADAPTER | How to store logs that are sent to the logger. Legal values are "file", "memory", and "redis". (default: "redis")
96
NUMBER_OF_LINES | How many lines to store in the ring buffer (default: 1000)
97
98
## Customizing the Monitor
0 commit comments