Specify log level from the env

This commit is contained in:
Luke Murphy 2021-02-15 11:15:08 +01:00
parent 248d0a6696
commit 93e573484a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,8 @@ version: "3.8"
services: services:
renovate: renovate:
image: "renovate/renovate:slim" image: "renovate/renovate:slim"
environment:
LOG_LEVEL: error
configs: configs:
- source: config_js - source: config_js
target: /usr/src/app/config.js target: /usr/src/app/config.js

View File

@ -2,7 +2,6 @@ module.exports = {
endpoint: "https://git.autonomic.zone/api/v1/", endpoint: "https://git.autonomic.zone/api/v1/",
token: '{{ secret "api_token" }}', token: '{{ secret "api_token" }}',
platform: "gitea", platform: "gitea",
logLevel: "error",
onboarding: true, onboarding: true,
unicodeEmoji: false, unicodeEmoji: false,
assignees: ["decentral1se", "calix"], assignees: ["decentral1se", "calix"],