Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The log file configured in nova api and nova metadata are only used to pass the data to the log sidecar, which then outputs the data to stdout and then goes to /var/log/pods and/or a centralized logging service. Considering this, there is no need to keep 5 rotated logs, since we'll also have them in the other locations and there is no way to get them without actually going manually into the specific container within the pod. This patch proposes having a single rotated log (because passing 0 as max_logfile_count doesn't work as we want in oslo.log) and reducing the size to rotate from 50MB to 20MB.
- Loading branch information