debug: increase level of startup debug message

This commit is contained in:
Steffen Jost 2022-08-31 17:53:03 +02:00
parent a0d64dff3a
commit 3e9b62a322

View File

@ -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