mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
code format
This commit is contained in:
@@ -49,7 +49,7 @@ func Init(path, webpath string) {
|
||||
os.Stderr = ff
|
||||
//https://stackoverflow.com/a/36140590
|
||||
//fmt.Print(time.Now().UTC().Format("2006-01-02T15:04:05.999Z") + " TLOG " + string(bytes))
|
||||
log.SetFlags(log.Ldate|log.Ltime|log.LUTC|log.Lmsgprefix)
|
||||
log.SetFlags(log.Ldate | log.Ltime | log.LUTC | log.Lmsgprefix)
|
||||
log.SetPrefix("UTC0 TLOG ")
|
||||
log.SetOutput(ff)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user