Skip to content
Snippets Groups Projects
Commit 4d14961d authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Vladimir Davydov
Browse files

cfg: change default value of audit_format to json

Required for backward compatibility.

Follow-up commit a303b53b ("cfg: add audit_format option").

NO_DOC=ee
NO_CHANGELOG=ee
parent 686989f8
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ local default_cfg = {
audit_log = nil,
audit_nonblock = true,
audit_format = 'csv',
audit_format = 'json',
audit_filter = 'compatibility',
io_collect_interval = nil,
......
......@@ -4,7 +4,7 @@
box.cfg
audit_filter:compatibility
audit_format:csv
audit_format:json
audit_nonblock:true
background:false
checkpoint_count:2
......
......@@ -30,7 +30,7 @@ cfg_filter(box.cfg)
- - - audit_filter
- compatibility
- - audit_format
- csv
- json
- - audit_nonblock
- true
- - background
......
......@@ -18,7 +18,7 @@ cfg_filter(box.cfg)
| - - - audit_filter
| - compatibility
| - - audit_format
| - csv
| - json
| - - audit_nonblock
| - true
| - - background
......@@ -157,7 +157,7 @@ cfg_filter(box.cfg)
| - - - audit_filter
| - compatibility
| - - audit_format
| - csv
| - json
| - - audit_nonblock
| - true
| - - background
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment