From 87371fbc3ff620791dc472fb27dc33b346934103 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Jun 18 2019 13:49:25 +0000 Subject: Increase logging so we can debug for now. --- diff --git a/Dockerfile b/Dockerfile index 4d96023..44c0beb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,10 @@ RUN sed -e "s/[0-9a-f]\{8\}-[0-9a-f]\{4\}-[0-9a-f]\{4\}-[0-9a-f]\{4\}-[0-9a-f]\{ RUN sed -i 's|Example Application|Compose Tracker: https://pagure.io/releng/compose-tracker|' /work/my_config.toml # Lower log levels to WARNING level -RUN sed -i 's/INFO/WARNING/' /work/my_config.toml +#RUN sed -i 's/INFO/WARNING/' /work/my_config.toml + +# Set the log config of compose_tracker +RUN sed -i 's/\[log_config\]/\[log_config\]\nlevel = "DEBUG"/' /work/my_config.toml # Set the format for the log messages RUN sed -i 's/format =.*$/format = "%(asctime)s %(levelname)s %(name)s - %(message)s"/' /work/my_config.toml