We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7dd4d commit 814be2aCopy full SHA for 814be2a
docs/core/logging.md
@@ -1333,7 +1333,7 @@ You can dynamically set a percentage of your logs to`DEBUG` level to be included
1333
via the `samplingRate` attribute on the `@Logging` annotation, or as a parameter in the functional API.
1334
1335
!!! info
1336
- Configuration on environment variable is given precedence over sampling rate configuration, provided it's in valid value range.
+ Configuration via environment variable is given precedence over sampling rate configuration, provided it's in valid value range.
1337
1338
=== "@Logging annotation"
1339
0 commit comments