diff options
Diffstat (limited to 'run_local.sh')
-rwxr-xr-x | run_local.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_local.sh b/run_local.sh index 150709a..ea4f534 100755 --- a/run_local.sh +++ b/run_local.sh @@ -1,6 +1,6 @@ #!/bin/sh -RUST_LOG=d53=info cargo run \ +RUST_LOG=d53=debug cargo run \ -- \ --consul-addr http://localhost:8500 \ --providers deuxfleurs.org:gandi \ |