Skip to content

Commit

Permalink
info log in test
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Feb 1, 2024
1 parent a547047 commit 511225d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basic_relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func BasicRelay(network interfaces.LocalNetwork) {
)

relayerConfig := config.Config{
LogLevel: logging.Debug.LowerString(),
LogLevel: logging.Info.LowerString(),
// TODO: There's currently a bug in ANR v1.7.4-rc.0 that specifies the network ID as 0. We should change this back to peers.LocalNetworkID once fixed.
NetworkID: 0,
PChainAPIURL: subnetAInfo.NodeURIs[0],
Expand Down

0 comments on commit 511225d

Please sign in to comment.