ceph-docker-common: do not log inside the container

Logging inside the container is not useful since it writes to the
overlayfs partition, resulting in potential performance degradation on
the container.

If you need to check the logs, just look at journald.

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/1819/head
Sébastien Han 2017-08-28 12:04:49 +02:00
parent 3c294131ae
commit aa69c2c007
1 changed files with 3 additions and 0 deletions

View File

@ -1 +1,4 @@
---
ceph_conf_overrides:
global:
log_file: /dev/null