fehlerbehebung

This commit is contained in:
xoy 2023-01-28 22:07:16 +01:00
parent 29d0cdf1f4
commit b3f2a48024
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ import (
)
func logger(input string) {
println("[" + time.Now().Format("11:06:39.1234") + "] " + input)
fileAddLine("["+time.Now().Format("11:06:39.1234")+"] "+input, "./log/"+time.Now().Format("2006-02-01")+".log")
println("[" + time.Now().Format("15:04:05") + "] " + input)
fileAddLine("["+time.Now().Format("15:04:05")+"] "+input, "./log/"+time.Now().Format("2006-02-01")+".log")
}
func handler() {