Skip to content

Commit

Permalink
Fix inferred spans logging config option docs (#3948)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz authored Jan 22, 2025
1 parent 03e60d1 commit 0807d21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class ProfilingConfiguration extends ConfigurationOptionProvider {
.key("profiling_inferred_spans_logging_enabled")
.configurationCategory(PROFILING_CATEGORY)
.description("By default, async profiler prints warning messages about missing JVM symbols to standard output. \n" +
"Set this option to `true` to suppress such messages")
"Set this option to `false` to suppress such messages")
.dynamic(true)
.tags("added[1.37.0]")
.buildWithDefault(true);
Expand Down
4 changes: 2 additions & 2 deletions docs/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2818,7 +2818,7 @@ NOTE: This feature is not available on Windows and on OpenJ9
==== `profiling_inferred_spans_logging_enabled` (added[1.37.0])

By default, async profiler prints warning messages about missing JVM symbols to standard output.
Set this option to `true` to suppress such messages
Set this option to `false` to suppress such messages

<<configuration-dynamic, image:./images/dynamic-config.svg[] >>

Expand Down Expand Up @@ -4857,7 +4857,7 @@ Example: `5ms`.
# profiling_inferred_spans_enabled=false
# By default, async profiler prints warning messages about missing JVM symbols to standard output.
# Set this option to `true` to suppress such messages
# Set this option to `false` to suppress such messages
#
# This setting can be changed at runtime
# Type: Boolean
Expand Down

0 comments on commit 0807d21

Please sign in to comment.