goodrobots / maverick-discovery

Service Discovery system
MIT License
1 stars 0 forks source link

Output not going to systemd journal #5

Open fnoop opened 4 years ago

SamuelDudley commented 4 years ago

Could this be because logging is not setup?

fnoop commented 4 years ago

entirely possible :) But I thought it should capture stdout (ie. print())

SamuelDudley commented 4 years ago

print("Hello world!", flush=True)

Edit: I'll make a patch of you would like