You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lambda-runtime-api-client/src/tracing.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ pub use tracing::*;
16
16
pubuse tracing_subscriber as subscriber;
17
17
18
18
/// Initialize `tracing-subscriber` with default options.
19
-
/// The subscriber uses `RUST_LOG` as the environment variable to determine the log level for your function.
19
+
/// The subscriber uses `AWS_LAMBDA_LOG_LEVEL` as the environment variable to determine the log level for your function.
20
20
/// It also uses [Lambda's advance logging controls](https://aws.amazon.com/blogs/compute/introducing-advanced-logging-controls-for-aws-lambda-functions/)
21
21
/// if they're configured for your function.
22
22
/// By default, the log level to emit events is `INFO`.
0 commit comments