diff options
Diffstat (limited to 'python-dockering/dockering/config_building.py')
-rw-r--r-- | python-dockering/dockering/config_building.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-dockering/dockering/config_building.py b/python-dockering/dockering/config_building.py index 08fd1c0..144131e 100644 --- a/python-dockering/dockering/config_building.py +++ b/python-dockering/dockering/config_building.py @@ -65,7 +65,7 @@ def create_envs_healthcheck(docker_config, default_interval="15s", # server cert verification because the hostname is actually the ip # address. envs["SERVICE_CHECK_TLS_SKIP_VERIFY"] = "true" - utils.logger.warn("Https-based health checks may not work because Registrator issue #516") + utils.logger.warning("Https-based health checks may not work because Registrator issue #516") elif hc["type"] == "script": envs["SERVICE_CHECK_SCRIPT"] = hc["script"] elif hc["type"] == "docker": |