[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [questions] about qemu log
From: |
William Dauchy |
Subject: |
Re: [Qemu-devel] [questions] about qemu log |
Date: |
Wed, 6 Aug 2014 12:43:48 +0200 |
On Wed, Aug 6, 2014 at 12:40 AM, Peter Crosthwaite
<address@hidden> wrote:
> Well -D will log to file only loggable (i.e. qemu_log()) information
> (which has all sorts of options and switches). Stderr, is a little
> more static and should in theory be limited to genuine errors. But if
> you want a combined log of both you can simply omit -D to default
> qemu_log output to stderr. This gives you a combined log that you can
> redirect anywhere. To be honest, this is what I do as a matter of
> course (2> foo rather than -D foo).
understood; this make it incompatible with -daemonize option.
there should be a possibility to detach the process and also redirect
stderr somewhere.
--
William
- Re: [Qemu-devel] [questions] about qemu log, William Dauchy, 2014/08/05
- Re: [Qemu-devel] [questions] about qemu log, Peter Crosthwaite, 2014/08/05
- Re: [Qemu-devel] [questions] about qemu log, Zhang Haoyu, 2014/08/05
- Re: [Qemu-devel] [questions] about qemu log, Peter Crosthwaite, 2014/08/05
- Re: [Qemu-devel] [questions] about qemu log, Zhang Haoyu, 2014/08/05
- Re: [Qemu-devel] [questions] about qemu log, Markus Armbruster, 2014/08/06
- Re: [Qemu-devel] [questions] about qemu log, Zhang Haoyu, 2014/08/06
- Re: [Qemu-devel] [questions] about qemu log, Markus Armbruster, 2014/08/06
- Re: [Qemu-devel] [questions] about qemu log, Peter Crosthwaite, 2014/08/06
Re: [Qemu-devel] [questions] about qemu log,
William Dauchy <=