mirror of
https://github.com/containers/podman.git
synced 2026-03-31 13:01:29 -04:00
Currently validation that log tag requires journald driver is done in several places and emits only warning. Making it an error and moving to `(c *Container) validate()` is a more correct approach. Signed-off-by: Povilas Kanapickas <povilas@radix.lt>