Hi,
Our systems dispatcher.log file size surges suddenly. Even after nullifying the file, it increases upto 500mb/min. This file eats all the disk space in the dispatcher server.
Can anyone advice how to resolve this issue.
Thanks in advance.
Solved! Go to Solution.
Views
Replies
Total Likes
You should check for few things on why the logs are filling at this rate:
<fModule disp_apache2.c> DispatcherConfig conf/dispatcher.any DispatcherLog logs/dispatcher.logMake sure DispatcherLogLevel is 0 or ERROR
DispatcherLogLevel 0 DispatcherNoServerHeader 0
DispatcherDeclineRoot 0 DispatcherUseProcessedURL 0 DispatcherPassError 0 DispatcherKeepAliveTimeout 60 </IfModule>
Hope it helps!
Thanks!
Nupur
You should check for few things on why the logs are filling at this rate:
<fModule disp_apache2.c> DispatcherConfig conf/dispatcher.any DispatcherLog logs/dispatcher.logMake sure DispatcherLogLevel is 0 or ERROR
DispatcherLogLevel 0 DispatcherNoServerHeader 0
DispatcherDeclineRoot 0 DispatcherUseProcessedURL 0 DispatcherPassError 0 DispatcherKeepAliveTimeout 60 </IfModule>
Hope it helps!
Thanks!
Nupur
As Nupur mentioned, first check what kind of calls are being logged and the log level set for those requests in the conf file.