Skip to content
Snippets Groups Projects
Unverified Commit ad5a805a authored by mahmoodgh's avatar mahmoodgh Committed by GitHub
Browse files

increasing timestamp precison (#30)

parent 69864fe6
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ func init() {
log.SetReportCaller(false)
log.Formatter = &formatter.Formatter{
TimestampFormat: time.RFC3339,
TimestampFormat: time.RFC3339Nano,
TrimMessages: true,
NoFieldsSpace: true,
HideKeys: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment