sckott / usdaplantsapi

DEFUNCT - REST API for the USDA Plants Database
MIT License
105 stars 9 forks source link

log file rotation #9

Closed sckott closed 8 years ago

sckott commented 8 years ago

https://caddyserver.com/docs/log

probably

log ... {
    rotate {
        size 10 mb # maxsize
    }
}
sckott commented 8 years ago

done