fix: misleading "Starting.." logs on scache reload
This commit is contained in:
committed by
Steve Chavez
parent
6c3d7a946d
commit
fdaeea8fd2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user