If your log rotation fails, log files can become quite large and even harder to analyse. If you want to throw away the first n GB of the file you can simply use "tail -c".
"head -c" works opposite similar.
$~ tail -c 6M large.log | tee small.log