Skip to content

Commit

Permalink
chore(DO 1-click): fe2 log level is warn by default (#2060)
Browse files Browse the repository at this point in the history
* chore(docker compose): fe2 should have warn level of logs by default

* chore(DO 1-click): fe2 log level is warn by default
  • Loading branch information
iainsproat authored Feb 20, 2024
1 parent 80fbc70 commit 3448673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/1click_image_scripts/template-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ services:
NUXT_PUBLIC_API_ORIGIN: 'TODO: change' # e.g. 'http://127.0.0.1'
NUXT_PUBLIC_BASE_URL: 'TODO: change' # e.g. 'http://127.0.0.1'
NUXT_PUBLIC_BACKEND_API_ORIGIN: 'http://speckle-server:3000'
NUXT_PUBLIC_LOG_LEVEL: 'warn'
NUXT_REDIS_URL: 'redis://redis'

speckle-server:
Expand Down

0 comments on commit 3448673

Please sign in to comment.