make logs more self-descriptive
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
parent
eb9fc16b43
commit
32483cdd40
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ghost-slow-clap"
|
name = "ghost-slow-clap"
|
||||||
version = "0.4.12"
|
version = "0.4.13"
|
||||||
description = "Applause protocol for the EVM bridge"
|
description = "Applause protocol for the EVM bridge"
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
|
|||||||
@ -1011,7 +1011,7 @@ impl<T: Config> Pallet<T> {
|
|||||||
|
|
||||||
log::info!(
|
log::info!(
|
||||||
target: LOG_TARGET,
|
target: LOG_TARGET,
|
||||||
"👻 Requests sent {} out of {}",
|
"👻 Requests sent {} out of {} possible RPC endpoints",
|
||||||
pending_requests.len(),
|
pending_requests.len(),
|
||||||
rpc_endpoints.len(),
|
rpc_endpoints.len(),
|
||||||
);
|
);
|
||||||
@ -1123,8 +1123,8 @@ impl<T: Config> Pallet<T> {
|
|||||||
log::info!(
|
log::info!(
|
||||||
target: LOG_TARGET,
|
target: LOG_TARGET,
|
||||||
"👻 Fetched {} of {}: {} failed request, {} failed responses, {} non 200 code",
|
"👻 Fetched {} of {}: {} failed request, {} failed responses, {} non 200 code",
|
||||||
pending_requests_len,
|
|
||||||
parsed_evm_responses.len(),
|
parsed_evm_responses.len(),
|
||||||
|
pending_requests_len,
|
||||||
requests_failed,
|
requests_failed,
|
||||||
responses_failed,
|
responses_failed,
|
||||||
responses_non_200,
|
responses_non_200,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user