Stefan Seelmann created DIRSERVER-2061:
------------------------------------------
Summary: Logging config bundled with installers is too strict
Key: DIRSERVER-2061
URL: https://issues.apache.org/jira/browse/DIRSERVER-2061
Project: Directory ApacheDS
Issue Type: Improvement
Components: installer-plugin
Reporter: Stefan Seelmann
Fix For: 2.0.0-M20
The log4j.properties in installers sets most log levels to FATAL. The
consequence is that there is no log output at all. Especially the warning
{noformat}
You didn't change the admin password of directory service instance 'default'.
Please update the admin password as soon as possible to prevent a possible
security breach.
{noformat}
is not printed.
I'd suggest to change from FATAL to WARN.
Relevant source file is
installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/log4j.properties
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)