mirror of https://github.com/gophish/gophish
Fixed phishing server log output. Fixes #1345
parent
3cec2dabbf
commit
8d32bc2fab
|
@ -121,7 +121,7 @@ func (ps *PhishingServer) registerRoutes() {
|
||||||
|
|
||||||
// Setup logging
|
// Setup logging
|
||||||
phishHandler = handlers.CombinedLoggingHandler(log.Writer(), phishHandler)
|
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
|
// TrackHandler tracks emails as they are opened, updating the status for the given Result
|
||||||
|
|
Loading…
Reference in New Issue