mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Use FromFallback for proper IPs in logs
This commit is contained in:
parent
a31b6dea81
commit
f0377d4f26
@ -92,7 +92,7 @@ makeApplication echo@False conf = do
|
||||
{ outputFormat =
|
||||
if development
|
||||
then Detailed True
|
||||
else Apache FromSocket
|
||||
else Apache FromFallback
|
||||
, destination = RequestLogger.Logger $ loggerSet $ appLogger foundation
|
||||
}
|
||||
-- Create the WAI application and apply middlewares
|
||||
|
||||
Loading…
Reference in New Issue
Block a user