From 8d32bc2fab2e196ef6993c7be0dcc1a256e3857e Mon Sep 17 00:00:00 2001 From: Jordan Wright Date: Tue, 19 Feb 2019 21:40:26 -0600 Subject: [PATCH] Fixed phishing server log output. Fixes #1345 --- controllers/phish.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/phish.go b/controllers/phish.go index 4fbc47ca..e2ff7870 100644 --- a/controllers/phish.go +++ b/controllers/phish.go @@ -121,7 +121,7 @@ func (ps *PhishingServer) registerRoutes() { // Setup logging phishHandler = handlers.CombinedLoggingHandler(log.Writer(), phishHandler) - ps.server.Handler = router + ps.server.Handler = phishHandler } // TrackHandler tracks emails as they are opened, updating the status for the given Result