feat: enhance logging and performance metrics for migration processes
This commit is contained in:
@@ -10,6 +10,8 @@ func configureLog() {
|
||||
log.SetFormatter(&log.TextFormatter{
|
||||
FullTimestamp: true,
|
||||
TimestampFormat: time.StampMilli,
|
||||
DisableSorting: false,
|
||||
PadLevelText: true,
|
||||
})
|
||||
log.SetLevel(log.InfoLevel)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user