-
Posts
615 -
Joined
Community Answers
-
Corax's post in how do you read ksp.log files? was marked as the answer
In most cases,
$ grep -v \\\[LOG\ KSP/KSP.log | less to filter out the worst of the noise.
This leaves mostly [WRN warnings, [ERR errors, and [EXC exceptions and helps quickly find the most serious issues. Only if that doesn't yield any results do I read the [LOG messages. Or out of pure curiosity.