diff options
author | Alex <alex@adnab.me> | 2023-04-21 14:00:06 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-04-21 14:00:06 +0000 |
commit | c19ab05802fda6651eb50d065db960a72f3a34b5 (patch) | |
tree | 996dccf1ba5d8653476883cf2db5f10a9ccc2349 /run_local.sh | |
parent | aaff9b7d4ab0d2eeae88e7bb4a4f6512deaebb34 (diff) | |
parent | b60f5b1694aee70aea61f8de7bf5f6090c0d53e6 (diff) | |
download | D53-c19ab05802fda6651eb50d065db960a72f3a34b5.tar.gz D53-c19ab05802fda6651eb50d065db960a72f3a34b5.zip |
Merge pull request 'Support for loading IP addresses from DiploNAT autodiscovery' (#4) from diplonat-autodiscovery into maindocker-4
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/D53/pulls/4
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 \ |