Can we tell SLAPD to shut up?
Our mailbox.log is filled with this stuff....
Quote:
Sep 16 11:50:17 xxx.xxx.225.63 slapd[14727]: conn=5109922 op=2 SEARCH RESULT tag=101 err=0 nentries=1 text=
Sep 16 11:50:17 xxx.xxx.225.63 slapd[14727]: conn=5109922 fd=21 closed (connection lost)
Sep 16 11:50:17 xxx.xxx.225.63 slapd[14727]: conn=5109923 fd=21 ACCEPT from IP=143.43.225.71:35535 (IP=xxx.xxx.225.63:389)
Sep 16 11:50:17 xxx.xxx.225.63 slapd[14727]: conn=5109923 op=0 STARTTLS
Sep 16 11:50:17 xxx.xxx.225.63 slapd[14727]: conn=5109923 op=0 RESULT oid= err=0 text=
Sep 16 11:50:17 xxx.xxx.225.63 slapd[14727]: conn=5109923 fd=21 TLS established tls_ssf=128 ssf=128
Sep 16 11:50:17 xxx.xxx.225.63 slapd[14727]: conn=5109923 op=1 BIND dn="uid=zimbra,cn=admins,cn=zimbra" method=128
Sep 16 11:50:17 xxx.xxx.225.63 slapd[14727]: conn=5109923 op=1 BIND dn="uid=zimbra,cn=admins,cn=zimbra" mech=SIMPLE ssf=0
Sep 16 11:50:17 xxx.xxx.225.63 slapd[14727]: conn=5109923 op=1 RESULT tag=97 err=0 text=
Sep 16 11:50:17 xxx.xxx.225.63 slapd[14727]: conn=5109923 op=2 SEARCH RESULT tag=101 err=0 nentries=1 text=
Sep 16 11:50:17 xxx.xxx.225.63 slapd[14727]: conn=5109923 fd=21 closed (connection lost)
Sep 16 11:50:17 xxx.xxx.225.63 slapd[14727]: conn=5109924 fd=21 ACCEPT from IP=143.43.225.71:35536 (IP=xxx.xxx.225.63:389)
Sep 16 11:50:17 xxx.xxx.225.63 slapd[14727]: conn=5109924 op=0 STARTTLS
Sep 16 11:50:17 xxx.xxx.225.63 slapd[14727]: conn=5109924 op=0 RESULT oid= err=0 text=
|
....etcetera...etcetera...
zmlocalconfig shows us that the log_level should be set ok(not debug).
ldap_log_level = 32768
How do we tell it to not send so much verbose info to the logs?
Matt