You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyapns is working really well for me aside for logging. It logs every message it sends in its entirety and splits off a new log file every 1MB or so, creating tons of log files very quickly. I would love to have some options for logging volume:
verbose : the current behavior
quiet : only log connect/disconnect from Apple
default : log a short note (e.g. "sent a message") each time a notification is successfully sent
I would also really like it if I could ask pyapns to limit itself to some fixed number of logfiles. I think twistd might have some way of configuring such a thing but if so I couldn't figure it out.
Thanks!
The text was updated successfully, but these errors were encountered:
pyapns is working really well for me aside for logging. It logs every message it sends in its entirety and splits off a new log file every 1MB or so, creating tons of log files very quickly. I would love to have some options for logging volume:
I would also really like it if I could ask pyapns to limit itself to some fixed number of logfiles. I think twistd might have some way of configuring such a thing but if so I couldn't figure it out.
Thanks!
The text was updated successfully, but these errors were encountered: