summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2016-06-14 13:25:03 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2016-06-20 11:33:43 +0200
commit1127b090bd07065a6a5046881ba1692bd507b9da (patch)
treea1bf4adc38687d54b000c204bf03b298f54d4579 /conf
parentcee1aedf12310866157b2112071850a59e6386b1 (diff)
downloadlvm2-1127b090bd07065a6a5046881ba1692bd507b9da.tar.gz
conf: add log/command_log_selection config setting
Diffstat (limited to 'conf')
-rw-r--r--conf/example.conf.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index 1918a3dd0..bf8f177c7 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -501,6 +501,11 @@ log {
# This configuration option has an automatic default value.
# command_log_cols = "log_seq_num,log_type,log_context,log_object_type,log_object_name,log_object_id,log_object_group,log_object_group_id,log_message,log_errno,log_ret_code"
+ # Configuration option log/command_log_selection.
+ # Selection criteria used when reporting command log.
+ # This configuration option has an automatic default value.
+ # command_log_selection = "!(log_type=status && message=success)"
+
# Configuration option log/verbose.
# Controls the messages sent to stdout or stderr.
verbose = 0