Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
Niveau 1
Niveau 2
Se connecter à la communauté
Connectez-vous pour voir tous les badges
Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
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.
Résolu ! Accéder à la solution.
Vues
Réponses
Nombre de J’aime
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.