This repository has been archived on 2025-06-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
compLIB/compLib/__init__.py
Konstantin Lampalzer b2a085eab3
Add logstash logger
2021-01-16 20:44:53 +01:00

6 lines
No EOL
98 B
Python

__version__ = "0.0.2"
import compLib.LogstashLogging
import logging
print("Starting compLib...")