automation-tests/common/pkg/config
Valentin Rothberg 44f8339664 containers.conf: unknown keys: reduce to Debug level
Reduce the logs for unknown keys from Warn to Debug level.
The containers.conf continuously receives new keys, and some consumers
(e.g., Podman) are updating it at runtime.  Even small divergences in
the vendored versions of containers/common can let one tool run fine and
the other print warnings for each invocation.  Reducing the log-level to
debug works around that problem at the cost of honest typos not being
as easy to detect as before.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2021-10-08 13:02:25 +02:00
..
testdata Add machine table to containers.conf 2021-09-23 17:03:12 -04:00
config.go containers.conf: unknown keys: reduce to Debug level 2021-10-08 13:02:25 +02:00
config_darwin.go Add HelperBinariesDir field to engine config 2021-09-10 13:38:19 +02:00
config_linux.go Add HelperBinariesDir field to engine config 2021-09-10 13:38:19 +02:00
config_local.go Don't check for timezone, unless user specified one 2020-10-26 09:26:09 -04:00
config_local_test.go Add machine table to containers.conf 2021-09-23 17:03:12 -04:00
config_remote.go Add support for Umask 2020-07-15 13:59:29 -04:00
config_remote_test.go Add support for Remote flags in containers.conf 2020-05-28 15:47:01 -04:00
config_suite_test.go Bump github.com/onsi/gomega from 1.9.0 to 1.10.0 2020-05-08 07:39:54 -04:00
config_test.go containers.conf: unknown keys: reduce to Debug level 2021-10-08 13:02:25 +02:00
config_unsupported.go add selinux unsupported 2019-10-22 13:51:22 -04:00
config_windows.go Add HelperBinariesDir field to engine config 2021-09-10 13:38:19 +02:00
containers.conf Add machine table to containers.conf 2021-09-23 17:03:12 -04:00
default.go Add machine table to containers.conf 2021-09-23 17:03:12 -04:00
default_linux.go Switch default Rootless Networking to "CNI" for OSX 2021-09-01 15:57:00 -04:00
default_unsupported.go Switch default Rootless Networking to "CNI" for OSX 2021-09-01 15:57:00 -04:00
nosystemd.go Switch default logdriver and eventslogger to journald, if root 2021-08-09 11:54:46 -04:00
pull_policy.go pull policy: support camel cases 2021-07-29 11:52:52 +02:00
systemd.go Switch default logdriver and eventslogger to journald, if root 2021-08-09 11:54:46 -04:00
util_supported.go Fix the fallback runtime path 2021-09-08 14:26:25 +02:00
util_windows.go add libpod.conf to containers.conf 2019-12-06 15:55:47 -05:00