From 5582b1b188b80e8c3ce143e698163cc29957aed8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 15 Feb 2021 11:42:13 +0100 Subject: [PATCH] Run with info level logging --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 4167bb1..4d672ca 100644 --- a/compose.yml +++ b/compose.yml @@ -5,7 +5,7 @@ services: app: image: "renovate/renovate:slim" environment: - LOG_LEVEL: error + LOG_LEVEL: info configs: - source: config_js target: /usr/src/app/config.js