You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I imported a package (github.com/mkevac/debugcharts) that has dependencies on gin. Suddenly all my log messages were missing the time stamps and I tracked it down to the init function in debug.go
The text was updated successfully, but these errors were encountered:
Also encountered this issue with to gin calling log.SetFlags. Working around by explicitly restoring the standard logging flags in my application main.
I imported a package (github.com/mkevac/debugcharts) that has dependencies on gin. Suddenly all my log messages were missing the time stamps and I tracked it down to the init function in debug.go
The text was updated successfully, but these errors were encountered: