Truncate error log if it's too big.
If autojump goes haywire the error log has the potential to grow really big. We can probably do some basic heuristic like if error_log > 10MB then truncate it to last 1000 lines.
If autojump goes haywire the error log has the potential to grow really big. We can probably do some basic heuristic like if error_log > 10MB then truncate it to last 1000 lines.