mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8153073: UL: Set filesize option with k/m/g
Reviewed-by: mlarsson, dholmes
This commit is contained in:
parent
e24c1e8bbd
commit
e41ab59d63
5 changed files with 17 additions and 13 deletions
|
@ -464,7 +464,7 @@ void LogConfiguration::print_command_line_help(FILE* out) {
|
|||
" -Xlog:gc=debug:file=gc.txt:none\n"
|
||||
"\t Log messages tagged with 'gc' tag using 'debug' level to file 'gc.txt' with no decorations.\n\n"
|
||||
|
||||
" -Xlog:gc=trace:file=gctrace.txt:uptimemillis,pids:filecount=5,filesize=1024\n"
|
||||
" -Xlog:gc=trace:file=gctrace.txt:uptimemillis,pids:filecount=5,filesize=1m\n"
|
||||
"\t Log messages tagged with 'gc' tag using 'trace' level to a rotating fileset of 5 files of size 1MB,\n"
|
||||
"\t using the base name 'gctrace.txt', with 'uptimemillis' and 'pid' decorations.\n\n"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue