$SUB: "virLogSetOutputs"?
On 11/25/2016 08:12 AM, Erik Skultety wrote:
Along with an empty string, it should also be possible for users to
pass NULL
to the public APIs which in turn would trigger a routine (future work)
responsible for defining an appropriate default logging output given the current
circumstances.
Signed-off-by: Erik Skultety <eskultet(a)redhat.com>
---
daemon/libvirtd.c | 2 +-
src/locking/lock_daemon.c | 2 +-
src/logging/log_daemon.c | 2 +-
src/util/virlog.c | 8 +++++++-
src/util/virlog.h | 2 +-
5 files changed, 11 insertions(+), 5 deletions(-)
ACK w/ commit msg adjustment
John