< prev index next >

src/share/vm/logging/logConfiguration.cpp

Print this page
rev 11458 : [mq]: 8154106

*** 482,498 **** "\t using the base name 'gctrace.txt', with 'uptimemillis' and 'pid' decorations.\n\n" " -Xlog:gc::uptime,tid\n" "\t Log messages tagged with 'gc' tag using 'info' level to output 'stdout', using 'uptime' and 'tid' decorations.\n\n" ! " -Xlog:gc*=info,rt*=off\n" ! "\t Log messages tagged with at least 'gc' using 'info' level, but turn off logging of messages tagged with 'rt'.\n" ! "\t (Messages tagged with both 'gc' and 'rt' will not be logged.)\n\n" ! " -Xlog:disable -Xlog:rt=trace:rttrace.txt\n" "\t Turn off all logging, including warnings and errors,\n" ! "\t and then enable messages tagged with 'rt' using 'trace' level to file 'rttrace.txt'.\n"); } void LogConfiguration::rotate_all_outputs() { // Start from index 2 since neither stdout nor stderr can be rotated. for (size_t idx = 2; idx < _n_outputs; idx++) { --- 482,498 ---- "\t using the base name 'gctrace.txt', with 'uptimemillis' and 'pid' decorations.\n\n" " -Xlog:gc::uptime,tid\n" "\t Log messages tagged with 'gc' tag using 'info' level to output 'stdout', using 'uptime' and 'tid' decorations.\n\n" ! " -Xlog:gc*=info,safepoint*=off\n" ! "\t Log messages tagged with at least 'gc' using 'info' level, but turn off logging of messages tagged with 'safepoint'.\n" ! "\t (Messages tagged with both 'gc' and 'safepoint' will not be logged.)\n\n" ! " -Xlog:disable -Xlog:safepoint=trace:safepointtrace.txt\n" "\t Turn off all logging, including warnings and errors,\n" ! "\t and then enable messages tagged with 'safepoint' using 'trace' level to file 'safepointtrace.txt'.\n"); } void LogConfiguration::rotate_all_outputs() { // Start from index 2 since neither stdout nor stderr can be rotated. for (size_t idx = 2; idx < _n_outputs; idx++) {
< prev index next >