Fix docker script and props
* Fix output for docker script (handle lines that didn't have values) * Fix props.conf LINE_BREAKER for docker
This commit is contained in:
parent
5551b8973d
commit
e5e03ea464
6 changed files with 41 additions and 10 deletions
|
@ -517,7 +517,7 @@ KV_MODE=multi
|
|||
|
||||
[docker]
|
||||
SHOULD_LINEMERGE=false
|
||||
LINE_BREAKER=(^$|[\r\n]+[\r\n]+)
|
||||
LINE_BREAKER=(^$|[\r\n]+)
|
||||
TRUNCATE=1000000
|
||||
KV_MODE = json
|
||||
FIELDALIAS-dest_for_docker = host as dest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue