SmartBioTech / DeviceControl

2 stars 1 forks source link

Docker logging #56

Closed xtrojak closed 3 years ago

xtrojak commented 3 years ago

In previous version, logging was done to a file, which is not the best option for docker. Solution: use normal stdout and use docker logs to inspect it.