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 (
"bytes"
"log"
"net"
"net/http"
"strings"
log "github.com/go-pkgz/lgr"
"github.com/umputun/reproxy/app/discovery"
)