Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log files and logging volume #15

Open
n8gray opened this issue Oct 28, 2010 · 2 comments
Open

Log files and logging volume #15

n8gray opened this issue Oct 28, 2010 · 2 comments

Comments

@n8gray
Copy link

n8gray commented Oct 28, 2010

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!

@samuraisam
Copy link
Owner

I will add this feature soon and document how to use it within twisted.

@DFC005
Copy link

DFC005 commented Jul 16, 2013

Did this ever get completed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants