mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-12 01:54:25 +01:00
Instead of dumping logs through the standard output with fmt.Printf() function, this commit improves the logging by relying on logrus. Also, it relies on the syslog hook so that all the logs get redirected to the journal. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>