diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,6 @@ COPY target/release/examples/basalt /root/basalt CMD /root/basalt ENV RUST_BACKTRACE=1 -ENV RUST_LOG=netapp=debug,basalt=debug +ENV RUST_LOG=netapp=info,netapp::peering=debug,basalt=info CMD /garage/garage server -c /garage/config.toml |