Hi
I'd like to log some informations in my module to a different log file.
Is there a way to do that with WMSLoggerFactory or should I write my own logger?
Thank you very much for your help.
Hi
I'd like to log some informations in my module to a different log file.
Is there a way to do that with WMSLoggerFactory or should I write my own logger?
Thank you very much for your help.
I don't think there is a way to do that exactly. You can modify the file name and location per Appender in the /conf/log4j.properties file:
RichardCode:log4j.appender.serverAccess.File=${com.wowza.wms.ConfigHome}/logs/wowzamediaserver_access.log