summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2016-06-14 13:10:29 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2016-06-20 11:33:40 +0200
commitc36d4632a697f6e8f68a214a7c7db9f6fb25c09c (patch)
treee8ef3223fd6c444c6e1ba9825de57d51514fa05d /conf
parent99c2a2b960d24d4826e3e66b4879de4bad13fbab (diff)
downloadlvm2-c36d4632a697f6e8f68a214a7c7db9f6fb25c09c.tar.gz
conf: add log/command_log_{sort,cols} config settings
Diffstat (limited to 'conf')
-rw-r--r--conf/example.conf.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index c34481e9b..f5b4c4a32 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -478,6 +478,22 @@ allocation {
# How LVM log information is reported.
log {
+ # Configuration option log/command_log_sort.
+ # List of columns to sort by when reporting command log.
+ # Possible fields are: 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.
+ # This configuration option has an automatic default value.
+ # command_log_sort = "log_seq_num"
+
+ # Configuration option log/command_log_cols.
+ # List of columns to report when reporting command log.
+ # Possible fields are: 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.
+ # 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/verbose.
# Controls the messages sent to stdout or stderr.
verbose = 0