From 4ad4fe63496271783cd3c1f5e22dd73da2a38324 Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Mon, 4 Dec 2017 14:09:37 +0100 Subject: Adding login attempt logging --- idp/templates/config/logback.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/idp/templates/config/logback.xml b/idp/templates/config/logback.xml index 26e5ef0..1d7a29d 100644 --- a/idp/templates/config/logback.xml +++ b/idp/templates/config/logback.xml @@ -61,6 +61,7 @@ + @@ -128,6 +129,26 @@ + + + + + ${idp.logfiles}/idp-login-attempts.log + + + ${idp.logfiles}/idp-login-attempts-%d{yyyy-MM-dd}.log.gz + ${idp.loghistory:-180} + + + + UTF-8 + %date{ISO8601} - %X{idp.remote_addr} - %msg%n + + + + + + ${idp.logfiles}/idp-audit.log -- cgit v1.1