Disable color in logs After the update to env_logger v0.11, virtiofsd started causing virtualized systems to hang at boot time. This was determined to be caused by env_logger issuing ioctl syscalls when the 'auto-color' feature is enabled, which in turn are blocked by virtiofsd's seccomp filter. While we determine if ioctl calls can be allowlisted we disable color in logs.