fix: misleading "Starting.." logs on scache reload

This commit is contained in:
steve-chavez
2024-05-09 18:56:47 +02:00
committed by Wolfgang Walther
parent a0d3ebf590
commit 1b0f29a8cc
3 changed files with 6 additions and 1 deletions
-1
View File
@@ -353,7 +353,6 @@ internalConnectionWorker appState = work
where
work = do
config@AppConfig{..} <- getConfig appState
logWithZTime appState $ "Starting PostgREST " <> T.decodeUtf8 prettyVersion <> "..."
logWithZTime appState "Attempting to connect to the database..."
connected <- establishConnection appState config
case connected of