There is nothing to stop the nginx logs from getting huge. On one node, they were bigger than the database until I manually truncated the log file using the command
truncate -s 0 /var/lib/docker/containers/dab9d8318dbc7eb365db183244bbd771b57032d746a3e382a6eb846a77ed6931/dab9d8318dbc7eb365db183244bbd771b57032d746a3e382a6eb846a77ed6931-json.log
We should build something into the container logic to keep this log to a reasonable size--maybe 2 weeks.
There is nothing to stop the nginx logs from getting huge. On one node, they were bigger than the database until I manually truncated the log file using the command
truncate -s 0 /var/lib/docker/containers/dab9d8318dbc7eb365db183244bbd771b57032d746a3e382a6eb846a77ed6931/dab9d8318dbc7eb365db183244bbd771b57032d746a3e382a6eb846a77ed6931-json.logWe should build something into the container logic to keep this log to a reasonable size--maybe 2 weeks.