renovate(host): remove deprecated and no longer working logLevel option
Some checks failed
/ Ansible Lint (push) Failing after 52s

Remove deprecated and no longer working logLevel config option. Debug
output can be enabled by using the LOG_LEVEL environment variable on
demand.
This commit is contained in:
June 2025-10-16 18:08:29 +02:00
commit 4b1c64b615
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -4,7 +4,6 @@ module.exports = {
endpoint: "https://git.hamburg.ccc.de/",
platform: "gitea",
persistRepoData: true,
logLevel: "debug",
onboardingConfig: {
"extends": ["config:recommended"],
},