Skip to content

Commit

Permalink
Merge pull request #427 from ava-labs/log-namespace
Browse files Browse the repository at this point in the history
generalize log namespace
  • Loading branch information
cam-schultz authored Aug 15, 2024
2 parents 5e26b8d + 635e0ff commit 0062ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peers/app_request_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func NewNetwork(
cfg Config,
) (*AppRequestNetwork, error) {
logger := logging.NewLogger(
"awm-relayer-p2p",
"p2p-network",
logging.NewWrappedCore(
logLevel,
os.Stdout,
Expand Down

0 comments on commit 0062ff0

Please sign in to comment.