feat(web): log time with microseconds
This commit is contained in:
parent
c62d5fa512
commit
440468bab5
@ -182,6 +182,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
defer flog.Close()
|
defer flog.Close()
|
||||||
log.SetOutput(flog)
|
log.SetOutput(flog)
|
||||||
|
log.SetFlags(log.LstdFlags | log.Lmicroseconds)
|
||||||
log.Println("Connecting to TDBMS server...")
|
log.Println("Connecting to TDBMS server...")
|
||||||
err = tdbms.Connect("unix", "/tmp/tdbms.sock")
|
err = tdbms.Connect("unix", "/tmp/tdbms.sock")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user