mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-14 05:11:17 +08:00
chore: better log time
This commit is contained in:
parent
28c7de6185
commit
b50071ed37
@ -18,6 +18,10 @@ var (
|
||||
func init() {
|
||||
log.SetOutput(os.Stdout)
|
||||
log.SetLevel(log.DebugLevel)
|
||||
log.SetFormatter(&log.TextFormatter{
|
||||
FullTimestamp: true,
|
||||
TimestampFormat: "2006-01-02T15:04:05.999999999Z07:00",
|
||||
})
|
||||
}
|
||||
|
||||
type Event struct {
|
||||
|
Loading…
Reference in New Issue
Block a user