Creating Custom Log and stream it to Amazon S3
We have a requirement of capturing each REST API calls ( with respect to Connector and Service rule created in PEGA) in Log, so that it can be used for debugging . We want to create one custom log for this and stream that Log to Amazon S3 /Splunk . We want only the custom log portion to be streamed and OOTB logs can remain inside PEGA server .
We are in PEGA cloud 8.8.2 .
For creation of the Custom log , we understand that we need to update prlog4j2.xml and create a custom Appender and category as mentioned in below video. :-
https://support.pega.com/discussion/video-support-guide-how-create-custom-log-file?
For Streaming , LOG To Amazon S3/Splunk , we understand , we need to follow the steps mentioned in :-
https://docs.pega.com/bundle/pega-cloud/page/pega-cloud/pc/pcs-logs-overview.html
Can some one please clarify below :-
1. How ,can we update prlog4j2.xml?Is there any way , we can get it done dev /admin studio or we need to contact PEGA cloud team?
2. Is it possible to stream only the Custom Log to Amazon S3 /Splunk and OOTB logs will reside in pega ?