Skip to content

Commit 5fccc34

Browse files
committed
chore: more detailed logs in p2p-service and p2p
1 parent 12a25f6 commit 5fccc34

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ x-base-bridge-node: &base-bridge-node
1414
dockerfile: ./docker/alpen-bridge/Dockerfile
1515
environment:
1616
- MODE=operator
17-
- RUST_LOG=info,duty_tracker=debug,alpen_bridge=debug,strata_bridge_tx_graph=debug,bitvm=error
17+
- RUST_LOG=info,duty_tracker=debug,alpen_bridge=debug,strata_bridge_tx_graph=debug,bitvm=error,strata_bridge_p2p_service=debug,strata_p2p=warn
1818
- LOG_FILE=0
1919
- LOG_LINE_NUM=0
2020
- RUST_BACKTRACE=full

crates/duty-tracker/src/contract_manager.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,7 @@ impl ContractManagerCtx {
859859
&mut self,
860860
req: GetMessageRequest,
861861
) -> Result<Option<OperatorDuty>, ContractManagerErr> {
862+
info!("processing p2p request");
862863
Ok(match req {
863864
GetMessageRequest::StakeChainExchange { .. } => {
864865
info!("received request for stake chain exchange");

0 commit comments

Comments
 (0)