@@ -183,7 +183,7 @@ var SysLog = []string{}
func WriteLog(a ...any) error {
if DEBUG {
fmt.Println(time.Now().String(), a)
fmt.Println(time.Now().Format("2006-01-02_15-04-05"), a)
}
SysLog = append(SysLog, fmt.Sprintf("%s %s", time.Now().String(), a))
// JSON konvertieren
The note is not visible to the blocked user.