I'm using servant with wai, warp, and warp-tls. Requests are going through fine; however, I keep seeing "ConnectionIsClosed" printed to stdout after a. That's it, no indicator as to where its coming from. I thought I disabled logging in warp but I guess not?
runTLS tlsSettings' (setLogger (\_ _ _ -> return ()) $ setPort port defaultSettings) . cors (const $ Just corsPolicy) $ app context
I'm using servant with wai, warp, and warp-tls. Requests are going through fine; however, I keep seeing "ConnectionIsClosed" printed to stdout after a. That's it, no indicator as to where its coming from. I thought I disabled logging in warp but I guess not?
versions: warp 3.3.31 warp-tls 3.4.4