Improve log (#1702)

messages_1772
Christophe Maudoux 6 years ago
parent 92c8e6791f
commit 2095fdf316
  1. 3
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Process.pm

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

Loading…
Cancel
Save