This series provides a more generalized support for wildcards
in logging and removes the ordering constraint.
Changed in v2:
- Improve various config file comments (Erik)
- Always use fnmatch as performance hit vs strstr
will be inconsequential in real world (Dan).
Daniel P. Berrangé (4):
Revert "util: virlog: Introduce wildcard to log filters"
log: rename virLogFlags to virLogFilterFlags to match docs
log: support logging using shell wildcard syntax
log: update docs for daemons to improve user understanding
src/locking/test_virtlockd.aug.in | 2 +-
src/locking/virtlockd.conf | 65 +++++++++++++++++++++++++----------
src/logging/test_virtlogd.aug.in | 2 +-
src/logging/virtlogd.conf | 68 +++++++++++++++++++++++++-----------
src/remote/libvirtd.conf | 72 +++++++++++++++++++++++----------------
src/remote/test_libvirtd.aug.in | 2 +-
src/util/virlog.c | 49 +++-----------------------
src/util/virlog.h | 3 +-
8 files changed, 146 insertions(+), 117 deletions(-)
--
2.14.3