training-labs/labs/stacktrain/config
Roger Luethi af042e0716 Don't use logger before it is configured
This patch removes the first call to check_provider. Because logging
is not configured when the file is imported, any calls to logger.error
result only this unhelpful error message being shown:

  No handlers could be found for logger "stacktrain.config.general"

The check_provider call in st.py is the only one we need.

backport: rocky queens

Closes-Bug: #1803341

Change-Id: Ie75ca928b13a51433f8d61500407049a0e636d45
2019-05-25 12:24:09 +02:00
..
__init__.py Python port of osbash 2016-12-18 11:47:44 +00:00
general.py Don't use logger before it is configured 2019-05-25 12:24:09 +02:00
virtualbox.py Python port of osbash 2016-12-18 11:47:44 +00:00