Dealing with a large active log
When the log size gets to say 1GB we want to back it up in another directory and empty the current log file.
Therefore basically we are doing:
cp SystemOut.log <some dir with large space>
cat /dev/null > SystemOut.log
Recent Comments