avito-tech / bioyino

High performance and high-precision multithreaded StatsD server
The Unlicense
228 stars 22 forks source link

Log to file #52

Closed jah-jh closed 3 years ago

jah-jh commented 4 years ago

Hi I see that there is another issue about log to file (#28) I also found this feature it useful in prod.

How you resolve this in your env?

Albibek commented 4 years ago

We currently run it with supervisord. It captures stdout and stderr. The right way would be writing to syslog, which will forward data to file and handle rotation. I'm not planning to implement direct file logging atm, but will implement syslog logging eventually.

jah-jh commented 4 years ago

You are right. Using Syslog is the best approach. Will be good to have this functionality.

jah-jh commented 4 years ago

Closed

Albibek commented 3 years ago

The syslog logging has beed added into 0.7.0 release.