Skip to content

Commit

Permalink
Uses logrus instead
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Nov 28, 2018
1 parent 427edaa commit 0c50ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (
"github.com/amir20/dozzle/docker"
"github.com/gobuffalo/packr"
"github.com/gorilla/mux"
log "github.com/sirupsen/logrus"
flag "github.com/spf13/pflag"
"html/template"
"log"
"net/http"
"strings"
)
Expand Down

0 comments on commit 0c50ff7

Please sign in to comment.