mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-29 20:19:57 +00:00
TUN-3561: Unified logger configuration
This commit is contained in:

committed by
Arég Harutyunyan

parent
78cb60b85f
commit
cad58b9b57
@@ -43,7 +43,7 @@ func NewInsecureProxy(ctx context.Context, origin string) (*Proxy, error) {
|
||||
return nil, errors.Wrap(err, "could not connect to the database")
|
||||
}
|
||||
|
||||
logger, err := logger.New()
|
||||
logger, err := logger.New() // TODO: Does not obey log configuration
|
||||
if err != nil {
|
||||
return nil, errors.Wrap(err, "error setting up logger")
|
||||
}
|
||||
|
Reference in New Issue
Block a user