Skip to content

Commit e80ffc3

Browse files
committed
chore: log level fix
1 parent 2cdfe4f commit e80ffc3

File tree

1 file changed

+1
-1
lines changed
  • magicblock-chainlink/src/remote_account_provider

1 file changed

+1
-1
lines changed

magicblock-chainlink/src/remote_account_provider/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ impl<T: ChainRpcClient, U: ChainPubsubClient> RemoteAccountProvider<T, U> {
712712
&self,
713713
subscribe_and_fetch: &[(Pubkey, oneshot::Receiver<FetchResult>)],
714714
) -> RemoteAccountProviderResult<()> {
715-
if log_enabled!(log::Level::Debug) {
715+
if log_enabled!(log::Level::Trace) {
716716
let pubkeys = subscribe_and_fetch
717717
.iter()
718718
.map(|(pk, _)| pk.to_string())

0 commit comments

Comments
 (0)