seanauff / metermon

Dockerized rtlamr wrapper that outputs formatted JSON messages over mqtt
MIT License
66 stars 12 forks source link

Run python script unbuffered to fix Docker logging #8

Closed jjlawren closed 3 years ago

jjlawren commented 3 years ago

The print statements in the Python script do not show up in Docker logs. Running in unbuffered mode fixes this.