bogdal / django-gcm

Google Cloud Messaging Server in Django
https://django-gcm.readthedocs.org
BSD 2-Clause "Simplified" License
98 stars 42 forks source link

Added debug log on device deactivation due to GCM failure #33

Closed DheerendraRathor closed 9 years ago

DheerendraRathor commented 9 years ago

I Added the debug log using python logging module. This will log every GCM failure and these logs can be used for various administrative purpose.

bogdal commented 9 years ago

Thanks