Error level logging

This commit is contained in:
Luke Murphy 2020-09-13 10:30:30 +02:00
parent da7fc325bf
commit 74cae13c87
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

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