Skip to content
Snippets Groups Projects
Commit fe7e0920 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

fixed logging, added debug message indicates the test that run.

i removed the setup of the logging module from the core. It interferes
with the needs of the user of the lib (saqc). eg. Messages are double
printed or not at all.

>> It is strongly advised that you do not add any handlers other than
>> NullHandler to your library’s loggers. [...]
from https://docs.python.org/3/howto/logging.html

we might add a defalutLoggingSetup(log_level='INFO') function or similar in future,
to ease the setup the logging.
parent 1430d358
No related branches found
No related tags found
2 merge requests!193Release 1.4,!188Release 1.4
Pipeline #5812 passed with stage
in 6 minutes and 44 seconds