• Jakob Unterwurzacher's avatar
    loopback example: log microsecond timestamps · e7381741
    Jakob Unterwurzacher authored
    Seconds granularity is too coarse to understand what is
    happening, so add microseconds. In return, the date
    is dropped to keep the lines short.
    
    Old format:
      2016/03/14 18:19:38 Dispatch: OPENDIR, NodeId: 1.
    
    New format:
      18:18:35.988071 Dispatch: OPENDIR, NodeId: 1.
    e7381741
main.go 2.44 KB