Looking at the list of log paths in your test configuration, most of them are unnecessary:
/var/log/*
This is probably too general.
/var/log/containers//log
This is one we want.
/var/log/containers/nova/log
This unnecessary because it is contained in /var/log/containers/*/*log.
/var/log/containers/glance/log
This unnecessary because it is contained in /var/log/containers/*/*log.
/var/log/containers/cinder/log
This unnecessary because it is contained in /var/log/containers/*/*log.
/var/log/containers/keystone//log
This unnecessary because it is contained in /var/log/containers/*/*log.
/var/log/containers/neutron//log
This unnecessary because it is contained in /var/log/containers/*/*log.
/var/log/apache2//log
This is not a directory that exists and is not one we discussed. Please refer to our earlier discussion about the log paths we require in the initial configuration.
/var/log/syslog
This is not a file that exists on RedHat systems and is not one we have previously discussed.
/var/log/libvirt/libvirtd.log
This isn't one we had discussed previously and is not a file that exists on our systems.
/var/log/cinder/cinder-volume.log
This log file does not exist. As previously discussed, OpenStack service logs are all located under /var/log/containers.
The list also appears to be missing the logs I mentioned explicitly in that earlier issue.
Looking at the list of log paths in your test configuration, most of them are unnecessary:
/var/log/*
This is probably too general.
/var/log/containers//log
This is one we want.
/var/log/containers/nova/log
This unnecessary because it is contained in
/var/log/containers/*/*log
./var/log/containers/glance/log
This unnecessary because it is contained in
/var/log/containers/*/*log
./var/log/containers/cinder/log
This unnecessary because it is contained in
/var/log/containers/*/*log
./var/log/containers/keystone//log
This unnecessary because it is contained in
/var/log/containers/*/*log
./var/log/containers/neutron//log
This unnecessary because it is contained in
/var/log/containers/*/*log
./var/log/apache2//log
This is not a directory that exists and is not one we discussed. Please refer to our earlier discussion about the log paths we require in the initial configuration.
/var/log/syslog
This is not a file that exists on RedHat systems and is not one we have previously discussed.
/var/log/libvirt/libvirtd.log
This isn't one we had discussed previously and is not a file that exists on our systems.
/var/log/cinder/cinder-volume.log
This log file does not exist. As previously discussed, OpenStack service logs are all located under
/var/log/containers
.The list also appears to be missing the logs I mentioned explicitly in that earlier issue.