Closed BingerYuan closed 4 years ago
Log rotation is not provided with golog. Log rotation should be done by an external program (like logrotate(8) that can compress and delete old log entries. It should not be a feature of a library like this.
golog
Thanks and sorry for the delay @BingerYuan
See example: https://github.com/kataras/golog/blob/master/_examples/rotation/main.go
Log rotation is not provided with
golog
. Log rotation should be done by an external program (like logrotate(8) that can compress and delete old log entries. It should not be a feature of a library like this.Thanks and sorry for the delay @BingerYuan