Add logstash logger

This commit is contained in:
Konstantin Lampalzer 2021-01-16 20:44:53 +01:00
parent 1b6fd1cfdf
commit b2a085eab3
No known key found for this signature in database
GPG key ID: 9A60A522835A2AD9
4 changed files with 80 additions and 4 deletions

View file

@ -1 +1,6 @@
__version__ = "0.0.2"
__version__ = "0.0.2"
import compLib.LogstashLogging
import logging
print("Starting compLib...")