소스 검색

fix(home-server): add default log level to overrides

Karol Sójko 2 년 전
부모
커밋
c078bc958d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/home-server/src/Server/HomeServer.ts

+ 1 - 0
packages/home-server/src/Server/HomeServer.ts

@@ -38,6 +38,7 @@ export class HomeServer implements HomeServerInterface {
         CACHE_TYPE: 'memory',
         DB_SQLITE_DATABASE_PATH: `${configuration.dataDirectoryPath}/database/home_server.sqlite`,
         FILE_UPLOAD_PATH: `${configuration.dataDirectoryPath}/uploads`,
+        LOG_LEVEL: 'info',
         ...configuration.environment,
         MODE: 'home-server',
         NEW_RELIC_ENABLED: 'false',