Skip to content

Commit

Permalink
LOG_LEVEL should have been WARNING
Browse files Browse the repository at this point in the history
  • Loading branch information
tkiapril committed Aug 10, 2023
1 parent c434337 commit ed13839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ed13839

Please sign in to comment.