plugin/log: remove OutputFile (#1217)

* plugin/log: remove OutputFile

We use stdout for everything, remove OutputFile as it isn't used and
causes confusion.

Fixes #1216

* PR feedback
This commit is contained in:
Miek Gieben
2017-11-10 15:17:12 +00:00
committed by GitHub
parent 0186aadfcf
commit beef212fbe
3 changed files with 57 additions and 80 deletions

View File

@@ -70,11 +70,10 @@ func (l Logger) Name() string { return "log" }
// Rule configures the logging plugin.
type Rule struct {
NameScope string
Class response.Class
OutputFile string
Format string
Log *log.Logger
NameScope string
Class response.Class
Format string
Log *log.Logger
}
const (