add message if start process

This commit is contained in:
Luiz Costa 2024-06-05 10:54:57 +01:00
parent 9196114bfb
commit 678b526b25

View File

@ -69,5 +69,6 @@ if __name__ == "__main__":
thread.start()
# Keep the main thread running
print("Log monitoring service started")
while True:
time.sleep(1)