Logging
You can ensure your gateway is actively exchanging messages with your local blockchain node and the BDN network by monitoring your gateway and inspecting logs.
Setting log level
TRACE, DEBUG, INFO, WARN, ERRORAccessing the log files
Analyzing transaction receipt
docker run --name bxgateway-go -d \
-v <LOG_FILE_PATH>:/app/bloxroute/logs \
-v <SSL_CERT_PATH>:/app/bloxroute/ssl \
-p 1801:1801 -p 28333:28333 bloxroute/bloxroute-gateway-go \
--blockchain-network <Mainnet, or BSC-Mainnet> \
--ws --port 1801 \
--txtrace \
--enodes enode://<BLOCKCHAIN_NODE_PUBLIC_KEY>@<NODE_IP>:<NODE_PORT>
Log format and size
Gateway Parameter
Description
Value
Accessing txtrace log files
txtrace log files