Add logstash logger
This commit is contained in:
parent
1b6fd1cfdf
commit
b2a085eab3
4 changed files with 80 additions and 4 deletions
|
@ -1 +1,6 @@
|
|||
__version__ = "0.0.2"
|
||||
__version__ = "0.0.2"
|
||||
|
||||
import compLib.LogstashLogging
|
||||
import logging
|
||||
|
||||
print("Starting compLib...")
|
Reference in a new issue