internal: cleanup log messages

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2022-01-19 19:01:24 +01:00
parent 89abd44b76
commit 7f47f93e4e
2 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ func NewApplication(p api.ProxyOutpostConfig, c *http.Client, cs *ak.CryptoStore
mux := mux.NewRouter()
a := &Application{
Host: externalHost.Host,
log: log.WithField("logger", "authentik.outpost.proxy.bundle").WithField("provider", p.Name),
log: muxLogger,
outpostName: ak.Outpost.Name,
endpint: endpoint,
oauthConfig: oauth2Config,