policies: optimise logging

This commit is contained in:
Jens Langhammer
2021-02-02 15:50:42 +01:00
parent 4d7e64c48c
commit 624206281e
7 changed files with 14 additions and 34 deletions

View File

@ -50,7 +50,7 @@ for _authentik_app in get_apps():
LOGGER.debug(
"Mounted URLs",
app_name=_authentik_app.name,
mountpoint=mountpoint,
app_mountpoint=mountpoint,
namespace=namespace,
)