We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9366783 commit d0a43b5Copy full SHA for d0a43b5
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