boutell/rinetd

Unable to log request log

Opened this issue · 1 comments

The request cannot be written to the log. The last requested log is only logged when the service is restarted.

this is my config

0.0.0.0 13307 172.16.1.123 3307
allow *.*.*.*
logfile /var/log/rinetd.log                         

True. I think what's needed is an fflush() after some sort of debounced interval to prevent inefficiency.