diff --git a/.env.defaults b/.env.defaults index 0847652..af7155b 100644 --- a/.env.defaults +++ b/.env.defaults @@ -9,4 +9,4 @@ API_BEHIND_REVERSE_PROXY="false" WEBUI_URL="('WEBUI_URL'_was_not_provided)" BLOCK_FINALITY="('BLOCK_FINALITY'_was_not_provided)" DATAPROXY_INTERNAL_PORT="0" -LOG_LEVEL="WARN" +LOG_LEVEL="WARNING" diff --git a/.env.example b/.env.example index 7aaea73..7872368 100644 --- a/.env.example +++ b/.env.example @@ -12,4 +12,4 @@ AMQP_BROKER_URL="amqp://localhost" API_URL="http://localhost:8000" WEBUI_URL="http://localhost:3000" BLOCK_FINALITY="64" # can be "safe" or "finalized" for supported nodes -LOG_LEVEL="WARN" +LOG_LEVEL="WARNING"