Add more logging and exception

This commit is contained in:
Konstantin Lampalzer 2021-01-21 16:43:01 +00:00
parent cb10bb3a4d
commit ce1c82a192
8 changed files with 56 additions and 19 deletions

View file

@ -3,4 +3,4 @@ __version__ = "0.0.2"
import compLib.LogstashLogging
import logging
print("Starting compLib...")
print(f"Starting compLib! Version: {__version__} ...")