Finish Logstash implementation

This commit is contained in:
Mark Veidemanis
2021-06-06 10:16:04 +00:00
parent 391f917b38
commit 7439d97c71
3 changed files with 11 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ from core.server import Server, ServerFactory
from core.relay import Relay, RelayFactory
import modules.counters
loadCommands()
import core.logstash
core.logstash.init_logstash()
if __name__ == "__main__":
listener = ServerFactory()