mirror of
https://github.com/siderolabs/talos.git
synced 2025-09-03 04:51:16 +02:00
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>