gluster / gluster-subvol

Subdirectories of Gluster volumes as PVs in Kubernetes and OpenShift
Apache License 2.0
11 stars 6 forks source link

Send logs to container stdout #39

Closed JohnStrunk closed 5 years ago

JohnStrunk commented 5 years ago

This adds a new container in the flex DS, "logs" that runs rsyslog to send all gluster log files to the container's stdout. There is also a logrotate container (currently inactive). The logrotate container is not currently used because all log files are going into the host's /var/log/* tree and getting rotated by the host's rotation mechanisms.

Fixes #33