We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9117f85 commit 5266c4fCopy full SHA for 5266c4f
lambda-runtime/src/layers/trace.rs
@@ -16,7 +16,7 @@ impl TracingLayer {
16
}
17
18
/// Returns true if the tracing span provided by this service should be included in the log output.
19
- /// The span is enabled by default,
+ /// The span is enabled by default,
20
/// but can be disabled by adding `no-span` to the `AWS_LAMBDA_LOG_FORMAT` environment variable.
21
/// E.g. AWS_LAMBDA_LOG_FORMAT=no-span or =json,no-span.
22
pub fn is_enabled() -> bool {
0 commit comments