From 7e5c980b405fcb18ad6e82f0c7cc6e777c5d9d41 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 7 May 2020 11:23:13 +0200 Subject: [PATCH] Reduce config again (WIP) --- configs/prod/config.js.tmpl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configs/prod/config.js.tmpl b/configs/prod/config.js.tmpl index 6558f80..ee46e29 100644 --- a/configs/prod/config.js.tmpl +++ b/configs/prod/config.js.tmpl @@ -2,12 +2,9 @@ module.exports = { endpoint: "https://git.autonomic.zone/api/v1/", token: "{{ secret "api-token-v1" }}", platform: "gitea", - logFileLevel: "error", - logLevel: "error", - logFile: "/tmp/renovate.log", + logLevel: "debug", onboarding: true, assignees: ["decentral1se"], - gitAuthor: "Autonomic Renovate Bot ", labels: ["renovate", "dependencies", "automated"], onboardingConfig: { extends: ["config:base"],