Skip to content

Commit

Permalink
increasing timestamp precison (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: Mahmood <[email protected]>
  • Loading branch information
mahmoodgh and Mahmood authored Oct 27, 2022
1 parent e05c343 commit f115cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func init() {
log.SetReportCaller(false)

log.Formatter = &formatter.Formatter{
TimestampFormat: time.RFC3339,
TimestampFormat: time.RFC3339Nano,
TrimMessages: true,
NoFieldsSpace: true,
HideKeys: true,
Expand Down

0 comments on commit f115cf9

Please sign in to comment.