]> sourceware.org Git - lvm2.git/commitdiff
make: generate
authorPeter Rajnoha <prajnoha@redhat.com>
Wed, 20 Mar 2024 14:01:45 +0000 (15:01 +0100)
committerMarian Csontos <marian.csontos@gmail.com>
Wed, 24 Jul 2024 09:50:26 +0000 (09:50 +0000)
conf/example.conf.in

index ac4f3b0b79df0f492d0903a418824c9245066536..94ca06a61645fa04d3c267a450f6bb71a2071b88 100644 (file)
@@ -801,6 +801,9 @@ log {
        # to define fields to display and sort fields for the log report.
        # You can also use log/command_log_selection to define selection
        # criteria used each time the log is reported.
+       # Note that if report/output_format (or --reporformat command line
+       # option) is set to json or json_std, then log/report_command_log=1
+       # is default.
        # This configuration option has an automatic default value.
        # report_command_log = 0
 
@@ -1989,7 +1992,7 @@ report {
        # If there is more than one report per command, then the format
        # is applied for all reports. You can also change output format
        # directly on command line using --reportformat option which
-       # has precedence over log/output_format setting.
+       # has precedence over report/output_format setting.
        # Accepted values:
        #   basic
        #     Original format with columns and rows. If there is more than
@@ -2003,6 +2006,7 @@ report {
        #       - it does not use double quotes around numeric values,
        #       - it uses 'null' for undefined numeric values,
        #       - it prints string list as proper JSON array of strings instead of a single string.
+       # Note that if json or json_std output format is used, then log/command_log_report=1 is default.
        # This configuration option has an automatic default value.
        # output_format = "basic"
 
This page took 0.045142 seconds and 5 git commands to generate.