We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c53b2 commit 6228204Copy full SHA for 6228204
lambda-runtime-api-client/src/tracing.rs
@@ -23,7 +23,7 @@ const DEFAULT_LOG_LEVEL: &str = "INFO";
23
/// if they're configured for your function.
24
///
25
/// This subscriber sets the logging level based on environment variables:
26
-/// - 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.
27
/// - if `AWS_LAMBDA_LOG_LEVEL` is not set, check if `RUST_LOG` is set.
28
/// - if none of those two variables are set, use `INFO` as the logging level.
29
0 commit comments