Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Oct 12, 2024
1 parent b77b234 commit dd17db6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions local-interchain/interchain/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,6 @@ func DumpChainsInfoToLogs(configDir string, config *types.Config, chains []ibc.C

// == Zap Logger ==
func InitLogger(logFile *os.File) (*zap.Logger, error) {
// config := zap.NewDevelopmentConfig()
// config.EncoderConfig.EncodeLevel = zapcore.CapitalColorLevelEncoder
// config.EncoderConfig.EncodeTime = zapcore.ISO8601TimeEncoder
// logger, err := config.Build()
// if err != nil {
// return nil, err
// }

// Production logger that saves logs to file and console.
pe := zap.NewProductionEncoderConfig()

Expand Down

0 comments on commit dd17db6

Please sign in to comment.