]> Sergey Matveev's repositories - vors.git/commitdiff
No filename in client logs, as it is useless
authorSergey Matveev <stargrave@stargrave.org>
Sun, 28 Apr 2024 15:02:51 +0000 (18:02 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 29 Apr 2024 11:28:12 +0000 (14:28 +0300)
cmd/client/main.go

index fbc355c47d79e506cb95a9df76d3771ee94d07eded53bad9286f8363ab4bf35e..460e7b4247bc78a10b3472a9e00ed64fe34ed549f6449ebcf53b2c37c23110ed 100644 (file)
@@ -92,7 +92,7 @@ func main() {
        version := flag.Bool("version", false, "print version")
        warranty := flag.Bool("warranty", false, "print warranty information")
        flag.Parse()
-       log.SetFlags(log.Lmicroseconds | log.Lshortfile)
+       log.SetFlags(log.Lmicroseconds)
 
        if *warranty {
                fmt.Println(vors.Warranty)