Skip to content

Commit

Permalink
Fix trivial typo in docs of Tracing (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
mksiq authored Aug 25, 2024
1 parent d7c53b2 commit 6228204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda-runtime-api-client/src/tracing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const DEFAULT_LOG_LEVEL: &str = "INFO";
/// if they're configured for your function.
///
/// This subscriber sets the logging level based on environment variables:
/// - if `AWS_LAMBDA_LOG_LEVEL` is set, it takes predecence over any other environment variables.
/// - if `AWS_LAMBDA_LOG_LEVEL` is set, it takes precedence over any other environment variables.
/// - if `AWS_LAMBDA_LOG_LEVEL` is not set, check if `RUST_LOG` is set.
/// - if none of those two variables are set, use `INFO` as the logging level.
///
Expand Down

0 comments on commit 6228204

Please sign in to comment.