Skip to content

Commit

Permalink
docker: testnet add debug log flag (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Nov 14, 2023
1 parent d837184 commit 400ae64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops-bedrock/docker-compose-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
user: root
platform: "${PLATFORM}"
image: "ghcr.io/celestiaorg/celestia-node:v0.11.0-rc8"
command: celestia light start --core.ip consensus-full-arabica-9.celestia-arabica.com --p2p.network arabica
command: celestia light start --core.ip consensus-full-arabica-9.celestia-arabica.com --p2p.network arabica --log.level debug
environment:
- NODE_TYPE=light
- P2P_NETWORK=arabica
Expand Down

0 comments on commit 400ae64

Please sign in to comment.