|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Trivial patch to fix logging level output by XendCheckpo
On Mon, Nov 20, 2006 at 04:34:25PM -0500, Graham, Simon wrote:
> Signed-off by: Simon Graham <Simon.Graham@xxxxxxxxxxx>
>
> There is a somewhat trivial issue with XendCheckpoint.py right now in
> that it logs everything written to stderr by xc_save and xc_restore as
> errors whereas in fact the vast majority of this output is
> information/debug (and all actual errors are marked by the string ERROR:
> at the start of the message) -- this is confusing to folks looking at
> the logs and makes automated log analysis tricky.
>
> Fix is to scan for the ERROR: string and log anything without it using
> log.info instead.
Applied, thanks. We can continue to discuss wider improvements in this area,
but there's nothing wrong with this patch for now.
Cheers,
Ewan.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|