CCQ: Server use base networkID for logging (#3531)

This commit is contained in:
bruce-riley 2023-11-15 10:39:00 -06:00 committed by GitHub
parent dfbdc9afb4
commit a3bc1d54bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ func runQueryServer(cmd *cobra.Command, args []string) {
logger.Fatal("if --telemetryLokiURL is specified --telemetryNodeName must be specified")
}
labels := map[string]string{
"network": networkID,
"network": *p2pNetworkID,
"node_name": *telemetryNodeName,
"version": version.Version(),
}