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

Configure logging/error reporting in production #19

Open
rosnfeld opened this issue Jan 24, 2014 · 1 comment
Open

Configure logging/error reporting in production #19

rosnfeld opened this issue Jan 24, 2014 · 1 comment
Assignees

Comments

@rosnfeld
Copy link
Owner

See
https://docs.djangoproject.com/en/1.6/topics/logging/
https://docs.djangoproject.com/en/1.6/howto/error-reporting/

@ghost ghost assigned rosnfeld Jan 24, 2014
@rosnfeld rosnfeld added this to the 2014-02-15 Milestone milestone Feb 7, 2014
@rosnfeld rosnfeld modified the milestones: 2014-03-01 Milestone, 2014-02-18 Milestone Feb 17, 2014
@rosnfeld
Copy link
Owner Author

I had thought at one point we could do "query recording" using logging. That's fine, though it is likely not a very good data source for analysis if the site is open to the internet, and you are often doing nonsense queries just to test production health.

A better approach might be to capture the query terms used on each data "commit", though of course that may not make sense for editing already-analyzed data.

@rosnfeld rosnfeld modified the milestones: 2014-03-01 Milestone, 2014-03-07 Milestone Feb 28, 2014
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

1 participant