From 93e573484a99810a28580ae63b7c0c936d9c5fb3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 15 Feb 2021 11:15:08 +0100 Subject: [PATCH] Specify log level from the env --- compose.yml | 2 ++ config.js.tmpl | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index d9576c5..06741c5 100644 --- a/compose.yml +++ b/compose.yml @@ -4,6 +4,8 @@ version: "3.8" services: renovate: image: "renovate/renovate:slim" + environment: + LOG_LEVEL: error configs: - source: config_js target: /usr/src/app/config.js diff --git a/config.js.tmpl b/config.js.tmpl index dc9ffd9..5bd8d10 100644 --- a/config.js.tmpl +++ b/config.js.tmpl @@ -2,7 +2,6 @@ module.exports = { endpoint: "https://git.autonomic.zone/api/v1/", token: '{{ secret "api_token" }}', platform: "gitea", - logLevel: "error", onboarding: true, unicodeEmoji: false, assignees: ["decentral1se", "calix"],