Skip to content

Commit

Permalink
chore: logger name
Browse files Browse the repository at this point in the history
this matches convention from `./client/acme.go`
in p2p-forge itself
  • Loading branch information
lidel authored Oct 11, 2024
1 parent 06708d8 commit af543af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/node/libp2p/addrs.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func P2PForgeCertMgr(cfg config.ForgeClient) interface{} {
return nil, err
}

certmagic.Default.Logger = logging.Logger("certmagic").Desugar()
certmagic.Default.Logger = logging.Logger("p2p-forge/certmagic").Desugar()

certMgr, err := p2pforge.NewP2PForgeCertMgr(
p2pforge.WithForgeDomain(cfg.ForgeDomain.WithDefault(config.DefaultForgeDomain)),
Expand Down

0 comments on commit af543af

Please sign in to comment.