logging tested, so tick that off the list

This commit is contained in:
2026-03-10 22:11:44 -06:00
parent b4c3633f4a
commit e10cf0b48c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ func (lf *amLogFile) tryRotate() {
if lf.curSize >= lf.maxSize {
err := lf.rotate()
if err != nil {
log.Error("log rotation failed")
//log.Error("log rotation failed")
}
}
}