Skip to content

Commit 6228204

Browse files
authored
Fix trivial typo in docs of Tracing (#918)
1 parent d7c53b2 commit 6228204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-runtime-api-client/src/tracing.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const DEFAULT_LOG_LEVEL: &str = "INFO";
2323
/// if they're configured for your function.
2424
///
2525
/// 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.
26+
/// - if `AWS_LAMBDA_LOG_LEVEL` is set, it takes precedence over any other environment variables.
2727
/// - if `AWS_LAMBDA_LOG_LEVEL` is not set, check if `RUST_LOG` is set.
2828
/// - if none of those two variables are set, use `INFO` as the logging level.
2929
///

0 commit comments

Comments
 (0)