We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc3970 commit 5377459Copy full SHA for 5377459
1 file changed
rust/operator-binary/src/controller/build/product_logging/config.rs
@@ -189,7 +189,7 @@ pub fn vector_config_file_content() -> String {
189
/// Returns the OpenSearch specific environment variables used in the Vector configuration file
190
///
191
/// The common environment variables are already set in
192
-/// [`crate::framework::product_logging::framework::vector_container`].
+/// [`stackable_operator::v2::product_logging::framework::vector_container`].
193
pub fn vector_config_file_extra_env_vars() -> EnvVarSet {
194
EnvVarSet::new().with_value(
195
&ENV_VAR_NAME_OPENSEARCH_SERVER_LOG_FILE,
0 commit comments