Improve log (#1702)

This commit is contained in:
Christophe Maudoux 2019-09-18 19:59:35 +02:00
parent 92c8e6791f
commit 2095fdf316
1 changed files with 3 additions and 0 deletions

View File

@ -509,6 +509,9 @@ sub buildCookie {
);
}
}
$self->userLogger->notice(
"User $req->{user} successfully authenticated at level $req->{sessionInfo}->{authenticationLevel}"
);
PE_OK;
}