-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 4.4.2, 5.0.1, 5.1.0
-
Fix Version/s: 5.1.1
-
Component/s: None
-
Labels:None
When attempting to login to Liferay with LDAP enabled, error logs contain failed login attempts (username and password).
According to "http://support.liferay.com/browse/TEPC-8", this can be turned off:
\portal\tunnel-web\docroot\WEB-INF\classes\log4j.xml
A better solution would be to move this detailed level of logging only when the logs are supposed to include "debug" statements.
FIX: instead of dumping out the failed login attempt information at the "error" level, we should dump out that information at the "debug" level.
Scott