1 Commits

Author SHA1 Message Date
Andrey Smirnov
1edc08aa24 fix: correctly split lines with /dev/kmsg output
This fixes cases when large `log.Printf()` was simply lost as it exceeds
max line length (despite being multi-line string with each line below
1KB). Now console logging should be much more reliable.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2020-01-27 05:15:09 -08:00