mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-06 19:31:13 +01:00
This PR enables debug logging of controller-runtime to the server console if the machine configuration .debug field is set to true (log verbosity can be also changed on the fly). For control plane nodes, don't send kubelet logs to the console (as they tend to flood the console with messages), this leaves reasonable amount of logging for early boot troubleshooting. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>