We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c13e59 commit b0b2665Copy full SHA for b0b2665
docker-compose-devnet.yaml
@@ -47,6 +47,7 @@ services:
47
ALWAYS_CONSOLE_PUTCHAR: true
48
SNAPSHOT_DIR: /operator-snapshots
49
LLAMA_SERVER: http://llama-server:8080
50
+ RUST_LOG: info
51
BLS_PRIVATE_KEY: ${OPERATOR_BLS_KEY:-13219903133444082589215719304558031505888625714969126489655808257015621956774}
52
IPFS_DAEMON_OFFLINE: ${IPFS_DAEMON_ONLINE-true}
53
networks:
@@ -89,7 +90,7 @@ services:
89
90
volumes:
91
- ./config-devnet.toml:/cartesi-coprocessor-solver/config.toml
92
environment:
- - RUST_LOG=infoe
93
+ - RUST_LOG: info
94
95
- coprocessor-network
96
0 commit comments