diff --git a/docs/content/core/logger.mdx b/docs/content/core/logger.mdx index f6eaba0416..977ab58599 100644 --- a/docs/content/core/logger.mdx +++ b/docs/content/core/logger.mdx @@ -226,7 +226,7 @@ Sampling allows you to set your Logger Log Level as DEBUG based on a percentage This is useful when you want to troubleshoot an issue, say a sudden increase in concurrency, and you might not have enough information in your logs as Logger log level was understandably set as INFO. -Sampling decision happens at the Logger class initialization, which only happens during a cold start. This means sampling may happen significant more or less than you expect if you have a steady low number of invocations and thus few cold starts. +Sampling decision happens at the Logger class initialization, which only happens during a cold start. This means sampling may happen significantly more or less than you expect if you have a steady low number of invocations and thus few cold starts. If you want Logger to calculate sampling on every invocation, then please open a feature request.