0

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

S.A.Norton Stanley
  • 1,833
  • 3
  • 23
  • 37
BalajiG
  • 544
  • 2
  • 15

2 Answers2

2

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

John Gerken
  • 686
  • 6
  • 13
0

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" />