Skip to content

Commit

Permalink
change logger to lgr for only from msg
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Nov 27, 2023
1 parent 5c07e82 commit 8bde167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/proxy/only_from.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ package proxy

import (
"bytes"
"log"
"net"
"net/http"
"strings"

log "github.com/go-pkgz/lgr"

"github.com/umputun/reproxy/app/discovery"
)

Expand Down

0 comments on commit 8bde167

Please sign in to comment.