feat: add pino logger for serverside

This commit is contained in:
Levente Orban
2025-10-27 17:17:08 +01:00
parent 2273ae50a4
commit 05556eefdb
2 changed files with 4 additions and 0 deletions

View File

@@ -62,6 +62,8 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
build-args: | build-args: |
PUBLIC_LANDING_INFO=${{ vars.PUBLIC_LANDING_INFO }} PUBLIC_LANDING_INFO=${{ vars.PUBLIC_LANDING_INFO }}
LOG_PRETTY=${{ vars.LOG_PRETTY }}
LOG_LEVEL=${{ vars.LOG_LEVEL }}
push: true push: true
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
cache-from: type=gha cache-from: type=gha

View File

@@ -30,6 +30,8 @@ jobs:
run: npm run build run: npm run build
env: env:
PUBLIC_LANDING_INFO: ${{ vars.PUBLIC_LANDING_INFO }} PUBLIC_LANDING_INFO: ${{ vars.PUBLIC_LANDING_INFO }}
LOG_PRETTY: ${{ vars.LOG_PRETTY }}
LOG_LEVEL: ${{ vars.LOG_LEVEL }}
- name: Test build output - name: Test build output
run: | run: |