PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : ldap logs: Schnell platte voll =(



XeN
03.05.05, 14:12
Hallo

habe einen Server wo ein LDAP drauf läuft. Dieser LDAP hat irgendwie die Eigenschaft die /var/log/messages so voll zu müllen das diese nach einer Woche eine beachtliche Größe von bescheidenen 3GB hat.

Das ist ehrlich gesagt sehr unaktzeptabel. Hab ich irgendwo den Schalter für den Verbosemode übersehen? Gibt es sowas beim LDAP überhaupt? Kann ich dem LDAP auch eine eigene Logdatei zuweisen?

mfg

AceTheFace
03.05.05, 14:15
loglevel <integer>

This directive specifies the level at which debugging statements and operation
statistics should be syslogged (currently logged to the syslogd(8) LOCAL4
facility). You must have configured OpenLDAP --enable-debug (the default) for
this to work (except for the two statistics levels, which are always enabled).
Log levels are additive. To display what numbers correspond to what kind of
debugging, invoke slapd with -? or consult the table below. The possible values
for <integer> are:

-1 enable all debugging
0 no debugging
1 trace function calls
2 debug packet handling
4 heavy trace debugging
8 connection management
16 print out packets sent and received
32 search filter processing
64 configuration file processing
128 access control list processing
256 stats log connections/operations/results
512 stats log entries sent
1024 print communication with shell backends
2048 print entry parsing debugging

Example:
loglevel 255 or loglevel -1
This will cause lots and lots of debugging information to be syslogged.
Default:
loglevel 256

Quelle: http://www.linuxselfhelp.com/HOWTO/LDAP-HOWTO-3.html


Gruß,
Ace