davmac314 / dinit

Service monitoring / "init" system
Apache License 2.0
582 stars 45 forks source link

rotate logtype=buffer services #315

Open q66 opened 5 months ago

q66 commented 5 months ago

Right now filling the buffer just truncates and it will not log anything past that. This makes it generally of limited use except for stuff that only prints a small amount of output and then stops. IMO it would be much more useful if the log scrolled; i.e. truncate from the top as more output comes in, rather than cutting off the bottom.