Foros de discusión

Log is filling up

Peter Kasson, modificado hace 8 años.

Log is filling up

Junior Member Mensajes: 60 Fecha de incorporación: 9/12/08 Mensajes recientes
I can't find the log to turn this off, which is filling up my log / drive fast:

2016-01-01 11:12:57,686 DEBUG [pool-3-thread-1]: SerializationContext - register 'soapenc' - 'http://schemas.xmlsoap.org/soap/encoding/'
2016-01-01 11:12:57,686 DEBUG [pool-3-thread-1]: ProjectResourceBundle - org.apache.axis.i18n.resource::handleGetObject(endElem00)
2016-01-01 11:12:57,686 DEBUG [pool-3-thread-1]: SerializationContext - End element multiRef
2016-01-01 11:12:57,686 DEBUG [pool-3-thread-1]: ProjectResourceBundle - org.apache.axis.i18n.resource::handleGetObject(endElem00)
2016-01-01 11:12:57,686 DEBUG [pool-3-thread-1]: SerializationContext - End element soapenv:Body
2016-01-01 11:12:57,686 DEBUG [pool-3-thread-1]: ProjectResourceBundle - org.apache.axis.i18n.resource::handleGetObject(endElem00)
2016-01-01 11:12:57,686 DEBUG [pool-3-thread-1]: SerializationContext - End element soapenv:Envelope
2016-01-01 11:12:57,686 DEBUG [pool-3-thread-1]: ProjectResourceBundle - org.apache.axis.i18n.resource::handleGetObject(setMsgForm)
2016-01-01 11:12:57,686 DEBUG [pool-3-thread-1]: SOAPPart - Setting current message form to: FORM_OPTIMIZED (currentMessage is now org.apache.axis.utils.ByteArray)
2016-01-01 11:12:57,686 DEBUG [pool-3-thread-1]: SOAPPart - Exit: SOAPPart::saveChanges(): org.apache.axis.utils.ByteArray@689d8a7f
2016-01-01 11:12:57,686 DEBUG [pool-3-thread-1]: SOAPPart - Enter: SOAPPart::saveChanges
2016-01-01 11:12:57,686 DEBUG [pool-3-thread-1]: SOAPPart - Enter: SOAPPart::saveChanges
2016-01-01 11:12:57,686 DEBUG [pool-3-thread-1]: ProjectResourceBundle - org.apache.axis.i18n.resource::handleGetObject(match00)
2016-01-01 11:12:57,686 DEBUG [pool-3-thread-1]: DefaultSocketFactory - HTTPSender match: host: 192.168.1.112, pattern: local
2016-01-01 11:12:57,686 DEBUG [pool-3-thread-1]: ProjectResourceBundle - org.apache.axis.i18n.resource::handleGetObject(match00)
2016-01-01 11:12:57,686 DEBUG [pool-3-thread-1]: DefaultSocketFactory - HTTPSender match: host: 192.168.1.112, pattern: *.local
2016-01-01 11:12:57,686 DEBUG [pool-3-thread-1]: ProjectResourceBundle - org.apache.axis.i18n.resource::handleGetObject(match00)

I have looked in the WEB-INF/classes logs, each portlet logs and the Server admin logs.

I have tried to turn off all logging for axis but it still persists !

Help !

Happy New Year !
thumbnail
Bijan Vakili, modificado hace 8 años.

RE: Log is filling up

Expert Mensajes: 375 Fecha de incorporación: 10/03/09 Mensajes recientes
Hello Peter,
Thanks for sharing issue.

Have you customized Liferay log settings?
Check the setting for the logger with name: "org.apache.axis".
If so, you can just lower the level; from DEBUG to ERROR or similar.

Let us know if you need some help with that. Here are resources on log levels:
https://www.liferay.com/community/wiki/-/wiki/Main/How+to+configure+the+logs+in+Liferay
https://www.google.com/search?q=liferay+log+settings

Same issue on the AXIS issue tracker:
https://issues.apache.org/jira/browse/AXIS-2611
Peter Kasson, modificado hace 7 años.

RE: Log is filling up (Respuesta)

Junior Member Mensajes: 60 Fecha de incorporación: 9/12/08 Mensajes recientes
Seems I had logging settings that are defined in the admin messaging area within Liferay and not external log4j settings.

I fixed them and now the excessive logging is gone. Thanks all for helping !