Skip to content

Commit

Permalink
feat: mem store - update log role to use proxy name
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed May 23, 2024
1 parent 01205a1 commit 809258a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/daserver/entrypoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func StartDAServer(cliCtx *cli.Context) error {

m := metrics.NewMetrics("default")

log := oplog.NewLogger(oplog.AppOut(cliCtx), oplog.ReadCLIConfig(cliCtx)).New("role", "eigenda_plasma_server")
log := oplog.NewLogger(oplog.AppOut(cliCtx), oplog.ReadCLIConfig(cliCtx)).New("role", "eigenda_proxy")
oplog.SetGlobalLogHandler(log.Handler())

log.Info("Initializing EigenDA Plasma DA server...")
Expand Down

0 comments on commit 809258a

Please sign in to comment.