mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 11:08:25 +00:00
virtiofsd: add --syslog command-line option
Sometimes collecting output from stderr is inconvenient or does not fit within the overall logging architecture. Add syslog(3) support for cases where stderr cannot be used. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> dgilbert: Reworked as a logging function Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
This commit is contained in:
committed by
Dr. David Alan Gilbert
parent
3db2876a01
commit
f185621d41
@@ -1795,6 +1795,7 @@ struct fuse_cmdline_opts {
|
||||
int show_version;
|
||||
int show_help;
|
||||
int print_capabilities;
|
||||
int syslog;
|
||||
unsigned int max_idle_threads;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user