Re: [Xen-devel] [PATCH 5/6] xenconsoled: options to control log rotation

2016-07-08 Thread Ian Jackson
Wei Liu writes ("[PATCH 5/6] xenconsoled: options to control log rotation"): > Provide two options: one to control the maximum number of copies kept > and the other to control the maximum length of each log file. Ah, OK, good. However, as I said, I think this makes the rotation loop wrong because

[Xen-devel] [PATCH 5/6] xenconsoled: options to control log rotation

2016-06-06 Thread Wei Liu
Provide two options: one to control the maximum number of copies kept and the other to control the maximum length of each log file. Signed-off-by: Wei Liu --- tools/console/daemon/logfile.c | 11 +++ tools/console/daemon/main.c| 13 - 2 files changed, 19 insertions(+), 5