Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading