Skip to content

Commit

Permalink
Merge pull request #54 from tkiapril/fix/env-defaults
Browse files Browse the repository at this point in the history
LOG_LEVEL should have been WARNING
  • Loading branch information
tkiapril authored Aug 10, 2023
2 parents 4c45892 + ed13839 commit 25d849d
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 25d849d

Please sign in to comment.