1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-03 17:50:03 +03:00
lvm2/lib
Peter Rajnoha 8281f7c111 config: use default log/command_log_report=1 for json/json_std output format
log/command_log_report config setting defaults to 1 now if json or json_std
output format is used (either by setting report/output_format config
setting or using --reportformat cmd line arg).

This means that if we use json/json_std output format, the command log
messages are then part of the json output too, not interleaved as
unstructured text mixed with the json output.

If log/command_log_report is set explicitly in the config, then we still
respect that, no matter what output format is used currently. In this
case, users can still separate and redirect the output by using
LVM_OUT_FD, LVM_ERR_FD and LVM_REPORT_FD so that the different types
do not interleave with the json/json_std output.
2024-07-24 09:50:26 +00:00
..
activate Revert "dev-cache: move global variables into cmd struct" 2024-07-08 15:32:41 -05:00
cache Revert "dev-cache: move global variables into cmd struct" 2024-07-08 15:32:41 -05:00
cache_segtype cleanup: relocate section 2024-05-27 15:16:26 +02:00
commands Revert "dev-cache: move global variables into cmd struct" 2024-07-08 15:32:41 -05:00
config config: use default log/command_log_report=1 for json/json_std output format 2024-07-24 09:50:26 +00:00
datastruct cleanup: eliminate unused assign 2021-03-11 00:18:01 +01:00
device Revert "dev-cache: move global variables into cmd struct" 2024-07-08 15:32:41 -05:00
display const: use arrays of strings 2024-05-04 01:01:57 +02:00
error error: try with modprobe 2024-05-27 15:16:26 +02:00
filters Revert "dev-cache: move global variables into cmd struct" 2024-07-08 15:32:41 -05:00
format_text config_file: remove unused code 2024-07-02 16:24:12 -05:00
freeseg device_mapper: remove dbg_malloc. 2018-06-08 13:40:53 +01:00
integrity const: _ops segtype handler 2024-05-04 01:01:57 +02:00
label Revert "dev-cache: move global variables into cmd struct" 2024-07-08 15:32:41 -05:00
locking Revert "dev-cache: move global variables into cmd struct" 2024-07-08 15:32:41 -05:00
log cleanup: use _ for static var 2024-06-03 15:30:05 +02:00
lvmpolld cleanup: some typos 2024-05-27 15:35:57 +02:00
metadata lv_manip: avoid unreleased memory pool(s) message on RAID extend 2024-07-18 14:36:47 +02:00
mirror mirror: drop unneeded call 2024-05-27 15:35:57 +02:00
misc gcc: pipe error path 2024-06-19 14:28:02 +02:00
mm gcc: same signess 2024-05-14 17:59:26 +02:00
notify debug: check for syscalls 2023-09-03 22:03:33 +02:00
properties build: Don't generate symlinks in include/ dir 2018-05-14 10:30:20 +01:00
raid cleanup: relocate section 2024-05-27 15:16:26 +02:00
report cov: replace enum report_type_t with unsigned 2024-05-27 16:35:23 +02:00
snapshot const: _ops segtype handler 2024-05-04 01:01:57 +02:00
striped const: _ops segtype handler 2024-05-04 01:01:57 +02:00
thin cleanup: use _ for static var 2024-06-03 15:30:05 +02:00
unknown const: _ops segtype handler 2024-05-04 01:01:57 +02:00
uuid cleanup: use _ for static var 2024-06-03 15:30:05 +02:00
vdo cleanup: relocate section 2024-05-27 15:16:26 +02:00
writecache const: _ops segtype handler 2024-05-04 01:01:57 +02:00
zero const: _ops segtype handler 2024-05-04 01:01:57 +02:00
Makefile.in devices: factor common list functions 2022-11-07 11:38:46 -06:00