More severity changes

This commit is contained in:
Salt 2018-10-19 21:08:59 -05:00
parent 74b36379d3
commit 670140d2f3

View File

@ -41,7 +41,7 @@ cleanup() {
step_validate_logs() {
# Rotate the logfile, if necessary
if [ -f "$logfile" ]; then
log "Found old logfile. Rotating"
log "Found old logfile. Rotating" 0
mv "$logfile" "$logfile.old"
fi
}