Is there a -Dmf.webhook option to direct log files to a particular directory?
I would like webhook logs go to Endevor Tomcat log directory.
Release : 18.1
Component : CA Endevor Software Change Manager
Mainframe Webhook Server
At the moment there is no webhook option to direct webhook logs.
Webhook log goes to <-Dmf.webhook.root>/logs/webhookLogs
In WSTOMENV
Set
IJO="$IJO -Dmf.webhook.root=${CATALINA_BASE} << this will point webhook root to Endevor Tomcat directory
Restart Tomcat after the change in the ENV.
Webhook log now goes to ${CATALINA_BASE}/logs/webhookLogs.