From fd9156eb7c23cbd3d1bf08ca66c0cd01844c0340 Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:05:07 -0700 Subject: [PATCH] regenerate examples Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com> --- examples/sdk-config.yaml | 2 +- examples/sdk-migration-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sdk-config.yaml b/examples/sdk-config.yaml index 3cd7e5c..2b85400 100644 --- a/examples/sdk-config.yaml +++ b/examples/sdk-config.yaml @@ -11,7 +11,7 @@ file_format: "0.3" # Configure if the SDK is disabled or not. This is not required to be provided to ensure the SDK isn't disabled, the default value when this is not provided is for the SDK to be enabled. disabled: false -# Configure the log level used by the SDK logger +# Configure the log level of the internal logger used by the SDK log_level: info # Configure resource for all signals. diff --git a/examples/sdk-migration-config.yaml b/examples/sdk-migration-config.yaml index 7c2cea1..93162b7 100644 --- a/examples/sdk-migration-config.yaml +++ b/examples/sdk-migration-config.yaml @@ -40,7 +40,7 @@ file_format: "0.3" # Configure if the SDK is disabled or not. This is not required to be provided to ensure the SDK isn't disabled, the default value when this is not provided is for the SDK to be enabled. disabled: ${OTEL_SDK_DISABLED:-false} -# Configure the log level used by the SDK logger +# Configure the log level of the internal logger used by the SDK log_level: ${OTEL_LOG_LEVEL:-info} # Configure resource for all signals.