Match upstream debug env

This commit is contained in:
TheSpad 2024-02-06 22:03:08 +00:00
parent 9378882c5a
commit 34b208f2c9
No known key found for this signature in database
GPG Key ID: 08F06191F4587860

View File

@ -5,7 +5,7 @@ CONFIG_PATH="/config/crowdsec/"
LIB_PATH="/usr/local/lua/crowdsec/"
DATA_PATH="/var/lib/crowdsec/lua/"
if [[ ${DOCKER_MODS_DEBUG,,} = "true" ]]; then
if [[ ${DOCKER_MODS_DEBUG_CURL,,} = "true" ]]; then
CURL_NOISE_LEVEL="-v"
else
CURL_NOISE_LEVEL="--silent"