Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2025-04-02 17:52:10 +02:00
parent 3c1512028d
commit e89659fe71
44 changed files with 169 additions and 102 deletions

View File

@ -30,7 +30,7 @@ type Worker struct {
}
func New(healthcheck func() bool) *Worker {
logger := log.WithField("logger", "authentik.router.unicorn")
logger := log.WithField("logger", "authentik.router.worker")
w := &Worker{
Healthcheck: healthcheck,
log: logger,