Hide Forgot
Description of problem: instack-undercloud sets up journald to log to persistent storage. At the same time does the default rsyslog configuration also log to (the same) persistent storage. This seem rather wasteful... Version-Release number of selected component (if applicable): instack-undercloud-2.2.7-2.el7ost
By default, systemd's journal logs to /run/log/journal if /var/log/journal does not exist (default auto setting). See https://www.freedesktop.org/software/systemd/man/journald.conf.html#Storage= for the "auto" option, the default. RHEL assumes that rsyslog is going to persist logs to storage. So if we want to persist logs to disk via journal, we should probably remote rsyslog entirely, or change it so that rsyslog is not logging to disk, just sending off-host to a central log server.