stable
Clone or download
Read-only
request #11468 LDAP plugin adds its log in his own log file
In order to not pollute the global syslog file, LDAP now logs its message in it own file: /var/log/tuleap/ldap_syslog Change-Id: Ic12ae0814b44bf892fbcfe12773b1eae4090be51
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/archivedeleteditems/include/ArchiveLogger.php | +2 | −6 | Go to diff View file |
A | plugins/ldap/etc/logrotate.syslog.dist | +6 | −0 | Go to diff View file |
M | plugins/ldap/include/LDAP_SyncMail.class.php | +4 | −3 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserManager.class.php | +2 | −2 | Go to diff View file |
A | plugins/ldap/include/LdapLogger.php | +41 | −0 | Go to diff View file |
M | plugins/ldap/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/ldap/include/ldapPlugin.class.php | +6 | −4 | Go to diff View file |
M | src/common/log/TruncateLevelLogger.class.php | +10 | −1 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +5 | −0 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +10 | −1 | Go to diff View file |