[Bug 66253] rotatelogs -n option log file suffix can't modify

2022-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66253 --- Comment #7 from max --- so it is too bother so i think it can add option to control log file suffix when with -n option can save log file with x.1.log x.2.log thanks -- You are receiving this mail because: You are the assignee for the

[Bug 66253] rotatelogs -n option log file suffix can't modify

2022-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66253 Eric Covener changed: What|Removed |Added Severity|normal |enhancement -- You are receiving this

[Bug 66253] rotatelogs -n option log file suffix can't modify

2022-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66253 --- Comment #6 from Eric Covener --- (In reply to max from comment #5) > while true; do echo 123; done | rotatelogs -n2 1.%Y-%m-%d-%H_%M_%S.log 1k > Cannot use -n with % in filename > > > if not append -n2, it will gen many log file > > how

[Bug 66253] rotatelogs -n option log file suffix can't modify

2022-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66253 --- Comment #5 from max --- while true; do echo 123; done | rotatelogs -n2 1.%Y-%m-%d-%H_%M_%S.log 1k Cannot use -n with % in filename if not append -n2, it will gen many log file how to make a limit of number of file -- You are receiving

[Bug 66253] rotatelogs -n option log file suffix can't modify

2022-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66253 --- Comment #4 from Eric Covener --- Whoops, never pasted: https://httpd.apache.org/docs/2.4/programs/rotatelogs.html -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 66253] rotatelogs -n option log file suffix can't modify

2022-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66253 Eric Covener changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #3 from Eric Covener -

[Bug 66253] rotatelogs -n option log file suffix can't modify

2022-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66253 --- Comment #2 from max --- i want save log with 50M per file, and two file for rotate. total 100m space is there a good method to gen log file xx.1.log xx.2.log or xx.2022-xxx(date).log -- You are receiving this mail because: You are the a

[Bug 66253] rotatelogs -n option log file suffix can't modify

2022-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66253 Eric Covener changed: What|Removed |Added OS||All Status|NEW