Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit f566cd9

Browse files
committed
Add more logging to iocaine
1 parent 38159cb commit f566cd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ services:
2727
- ./docker/iocaine:/etc/iocaine:ro
2828
- iocaine-state:/run/iocaine
2929
environment:
30-
- RUST_LOG=info
30+
- RUST_LOG=iocaine=trace
3131
command: --config-path /etc/iocaine/config.d
3232
depends_on:
3333
- app
3434

3535
volumes:
36-
iocaine-state:
36+
iocaine-state:

0 commit comments

Comments
 (0)