Add more logging and exception
This commit is contained in:
parent
cb10bb3a4d
commit
ce1c82a192
8 changed files with 56 additions and 19 deletions
|
@ -3,4 +3,4 @@ __version__ = "0.0.2"
|
|||
import compLib.LogstashLogging
|
||||
import logging
|
||||
|
||||
print("Starting compLib...")
|
||||
print(f"Starting compLib! Version: {__version__} ...")
|
Reference in a new issue