Project

General

Profile

Bug #10259

Updated by François ARMAND about 7 years ago

We don't have a WARN, synthetic log line when a people tried to log in and failed.  

 Proposed format:  

 <pre> 
 //form login 
 [2017-02-22 23:18:15] WARN    application - Login authentication failed for user 'admin' from IP '0:0:0:0:0:0:0:1': Bad credentials 

 //rest 
 [2017-02-22 23:20:41] WARN    application - REST authentication failed from IP '0:0:0:0:0:0:0:1|Proxy-Client-IP:yeah-anything-can-go-here': No registered token 'xxxxx' 
 </pre>

Back