Skip to content

Commit

Permalink
Fix http logger out
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Jan 26, 2017
1 parent 5d5410a commit 17f9ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/clawiod/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ func getHTTPLogger(config root.Configuration) (io.Writer, error) {
return nil, err
}
var out io.Writer
switch config.GetAppLoggerOut() {
switch config.GetHTTPAccessLoggerOut() {
case "1":
out = os.Stdout
case "2":
Expand Down

0 comments on commit 17f9ecc

Please sign in to comment.