Skip to content

Commit

Permalink
chore(docker compose): fe2 should have warn level of logs by default (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat authored Feb 20, 2024
1 parent d545480 commit 80fbc70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-speckle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
NUXT_PUBLIC_API_ORIGIN: 'http://127.0.0.1'
NUXT_PUBLIC_BASE_URL: '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 80fbc70

Please sign in to comment.