Update GLOBAL_LOG_LEVEL to debug in tests core db for linux

This commit is contained in:
Théophile Diot 2024-04-04 17:03:50 +01:00
parent ae5ca48391
commit 5566b730c9
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -61,7 +61,7 @@ else
export GLOBAL_HTTP_PORT="80"
export GLOBAL_HTTPS_PORT="443"
export GLOBAL_DNS_RESOLVERS="9.9.9.9 8.8.8.8 8.8.4.4"
export GLOBAL_LOG_LEVEL="info"
export GLOBAL_LOG_LEVEL="debug"
export GLOBAL_USE_BUNKERNET="no"
export GLOBAL_USE_BLACKLIST="no"
export GLOBAL_SEND_ANONYMOUS_REPORT="no"