disable verbose

This commit is contained in:
fengzhiqiang
2020-12-29 11:28:10 +08:00
parent bb736bba85
commit fe4faf5a59
4 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ var buffer string
var RawLog *rotatelogs.RotateLogs
func Append(data string) bool {
buffer = buffer + data
buffer = buffer + data + "\n"
return check()
}