logs errors to kibana

This commit is contained in:
Konstantin Lampalzer 2021-01-24 20:44:37 +01:00
parent dfb66d5383
commit 4558269795
No known key found for this signature in database
GPG key ID: 9A60A522835A2AD9
2 changed files with 11 additions and 12 deletions

View file

@ -17,9 +17,9 @@ except ImportError:
from multiprocessing import Process
from compLib import LogstashLogging
from compLib import Api
class MyTestCase(unittest.TestCase):
def test_get_park(self):
ret = Api.Seeding.get_park()