deamonize and cursory logging

This commit is contained in:
Josh Burman
2021-10-31 03:50:07 +00:00
parent e2099509ae
commit 449c33915f
4 changed files with 41 additions and 15 deletions

View File

@ -1,4 +1,5 @@
class Base:
def __init__(self, source, ingest_type='message'):
print(f'creating instance of service of type LOFT...')
self.ingest_type = ingest_type
self.source = source