Skip to content

Commit

Permalink
regenerate examples
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten committed Oct 10, 2024
1 parent d9a15a6 commit fd9156e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/sdk-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/sdk-migration-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fd9156e

Please sign in to comment.