From 3e9b62a3220444fcfb322fc16dfe53fb0f95ce33 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Wed, 31 Aug 2022 17:53:03 +0200 Subject: [PATCH] debug: increase level of startup debug message --- src/Application.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.hs b/src/Application.hs index 0eabab1f9..72ebe38a2 100644 --- a/src/Application.hs +++ b/src/Application.hs @@ -608,7 +608,7 @@ appMain = runResourceT $ do foundation <- makeFoundation settings runAppLoggingT foundation $ do - $logDebugS "setup" "Job-Handling" + $logInfoS "setup" "Job-Handling" handleJobs foundation -- Generate a WAI Application from the foundation