On Wed, Jan 8, 2025 at 8:41 AM Edson Alves Pereira <eap.eapere...@gmail.com> wrote: > > Hello guys, I´d like to add a Rolling Log feature to Apache Web Server, some > like if the user add: > > RollingLog = true > > on httpd.conf, Apache will automatically add ( -YYYYMMDD ) to the end of > log´s file name.
People commonly use rotatelogs / piped logging and OS facilities like logrotated which are both pretty flexible. Why another way?