add request logs for iOS:APNS and Android:FCM#562
add request logs for iOS:APNS and Android:FCM#562keremoge wants to merge 10 commits intoappleboy:masterfrom
Conversation
|
Can you check this PR? @appleboy |
|
I fixed lint errors |
| notification.Payload = payload | ||
|
|
||
| return notification | ||
| jsonMarshall, err := json.Marshal(notification) |
There was a problem hiding this comment.
maybe add a flag to enable or disable showing the debug message.
There was a problem hiding this comment.
good idea, I will check it out
|
Hi @keremoge! Could you explain please why we need to see apns\fcm message in logs? Is it still actual for you? |
Hi, because inn gorush you can track the log of gorush request but not the request going to Notification Servers.
|
|
@keremoge makes sense! Thank you. Can you please update your PR? Now we have conflicts here |
I resolved conflicts on vsCode but still has conflict warnings |
|
Should I need to make new PR? |
|
@keremoge I think so. Please close this PR and create a new one. Thank you! |
|
reopened this PR as #639 |
Apns and FCM Api logs added to see which requests are going to Apns And Fcm servers