0
votes

I have a Liberty server farm over which MobileFirst Platform 7.1 is deployed. I have deployed push notification adapters which is having a Tag based notification implementation. I have enabled the tracelogs using the below parameter in the server.xml file.

<logging  traceSpecification="com.ibm.ws.webcontainer*=all:com.ibm.wsspi.webcontainer*=all:HTTPChannel=all"
traceFileName="trace.log"
maxFileSize="30"
maxFiles="20"
traceFormat="BASIC" />

How to confirm that the push notification has been sent to the GCM for the all numbers that are subscribed to a Tag using trace.log.

Thanks in advance

2

2 Answers

2
votes

Adding "com.ibm.pushworks.*=all" to your trace specification will log messages regarding how Push is communicating with the GCF and APNS.

0
votes

you can turn on Naming=allfor more info on this refer this or you can use

<logging traceSpecification="*=audit=enabled:com.worklight.integration.notification.*=finest=enabled" />