Update GLOBAL_LOG_LEVEL to debug in db core tests

This commit is contained in:
Théophile Diot 2024-04-04 14:22:47 +01:00
parent 4654992361
commit 87591f8d76
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"