Skip to content

Commit b0b2665

Browse files
committed
feat: operator 'info' only too
Signed-off-by: Carsten Munk <[email protected]>
1 parent 5c13e59 commit b0b2665

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose-devnet.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ services:
4747
ALWAYS_CONSOLE_PUTCHAR: true
4848
SNAPSHOT_DIR: /operator-snapshots
4949
LLAMA_SERVER: http://llama-server:8080
50+
RUST_LOG: info
5051
BLS_PRIVATE_KEY: ${OPERATOR_BLS_KEY:-13219903133444082589215719304558031505888625714969126489655808257015621956774}
5152
IPFS_DAEMON_OFFLINE: ${IPFS_DAEMON_ONLINE-true}
5253
networks:
@@ -89,7 +90,7 @@ services:
8990
volumes:
9091
- ./config-devnet.toml:/cartesi-coprocessor-solver/config.toml
9192
environment:
92-
- RUST_LOG=infoe
93+
- RUST_LOG: info
9394
networks:
9495
- coprocessor-network
9596

0 commit comments

Comments
 (0)