change logger to lgr for only from msg

This commit is contained in:
Umputun 2023-11-26 18:49:02 -06:00
parent 5c07e82ac4
commit 8bde167226

View File

@ -2,11 +2,12 @@ package proxy
import ( import (
"bytes" "bytes"
"log"
"net" "net"
"net/http" "net/http"
"strings" "strings"
log "github.com/go-pkgz/lgr"
"github.com/umputun/reproxy/app/discovery" "github.com/umputun/reproxy/app/discovery"
) )