docker: disable logging colors
Colors in docker only add noise in the form of the escape codes around the log entries. Best to disable colored logging in docker. Change-Id: I15c62910856eb37e41585be7b7bbe78ce5456283 Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
This commit is contained in:
parent
583c627a66
commit
3e86ed373c
1 changed files with 1 additions and 1 deletions
|
@ -52,4 +52,4 @@ fi
|
|||
loolwsd-generate-proof-key
|
||||
|
||||
# Start loolwsd
|
||||
exec /usr/bin/loolwsd --version --o:sys_template_path=/opt/lool/systemplate --o:child_root_path=/opt/lool/child-roots --o:file_server_root_path=/usr/share/loolwsd --o:user_interface.mode=notebookbar ${extra_params}
|
||||
exec /usr/bin/loolwsd --version --o:sys_template_path=/opt/lool/systemplate --o:child_root_path=/opt/lool/child-roots --o:file_server_root_path=/usr/share/loolwsd --o:logging.color=false --o:user_interface.mode=notebookbar ${extra_params}
|
||||
|
|
Loading…
Reference in a new issue