We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf96c6 commit 8ea369aCopy full SHA for 8ea369a
src/hotspot/share/logging/logConfiguration.cpp
@@ -675,6 +675,7 @@ void LogConfiguration::print_command_line_help(outputStream* out) {
675
out->print_cr(" -Xlog:disable -Xlog:safepoint=trace:safepointtrace.txt");
676
out->print_cr("\t Turn off all logging, including warnings and errors,");
677
out->print_cr("\t and then enable messages tagged with 'safepoint' up to 'trace' level to file 'safepointtrace.txt'.");
678
+ out->cr();
679
680
out->print_cr(" -Xlog:async -Xlog:gc=debug:file=gc.log -Xlog:safepoint=trace");
681
out->print_cr("\t Write logs asynchronously. Enable messages tagged with 'safepoint' up to 'trace' level to stdout ");
0 commit comments