Update logrotate pattern

This commit is contained in:
phahulin 2017-11-30 16:29:31 +03:00 committed by GitHub
parent 598b8bd9fd
commit b10d7fee25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ configure_logrotate() {
echo "=====> configure_logrotate"
sudo bash -c "cat > /home/${ADMIN_USERNAME}/oracles-logrotate.conf << EOF
/home/${ADMIN_USERNAME}/logs/*.log {
/home/${ADMIN_USERNAME}/logs/*.log /home/${ADMIN_USERNAME}/logs/*.err /home/${ADMIN_USERNAME}/logs/*.out {
rotate 10
size 200M
missingok