You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs showcase how to use custom names for WriteTo and other sections, but in the nested configuration sections it only shows how to use an array for configuration, even though custom names work for it as well. See example below.
I think it's pretty important to mention/show this as I (and I'm sure others) have plenty of times where we want to use nested configuration, but also have secrets that are applied via environment variables or other methods to the runtime configuration and as noted in the docs using arrays can be pretty fragile/troublesome :/
The text was updated successfully, but these errors were encountered:
aj-scram
changed the title
Update docs to show that nested WriteTo such as ConditionalSink can also use custom names for multiple sinks
Update docs to show that nested configuration such as Conditional or Async can also use custom names for multiple sinks
Oct 2, 2024
I'm referring to the following sections:
The docs showcase how to use custom names for WriteTo and other sections, but in the nested configuration sections it only shows how to use an array for configuration, even though custom names work for it as well. See example below.
I think it's pretty important to mention/show this as I (and I'm sure others) have plenty of times where we want to use nested configuration, but also have secrets that are applied via environment variables or other methods to the runtime configuration and as noted in the docs using arrays can be pretty fragile/troublesome :/
The text was updated successfully, but these errors were encountered: