Fixed mlogc global mutex locking issue (MODSEC-20 and maybe MODSEC-47).

Increased default mlogc StartupDelay to 5000 ms.
Added more verbose debugging to mlogc error log level 4 and 5.
This commit is contained in:
b1v1r
2009-05-16 03:56:16 +00:00
parent 81417423bf
commit a61db59438
3 changed files with 132 additions and 58 deletions

View File

@@ -72,7 +72,7 @@ TransactionDelay 50
# The time to wait before initialization on startup in milliseconds.
# Increase if mlogc is starting faster then termination when the
# sensor is reloaded.
StartupDelay 1000
StartupDelay 5000
# How often is the pending audit log entry data going to be written
# to a file. The default is 15 seconds.