Specify log level from the env
This commit is contained in:
parent
248d0a6696
commit
93e573484a
@ -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
|
||||||
|
@ -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"],
|
||||||
|
Reference in New Issue
Block a user