Ticket #839 (closed enhancement: fixed)

Opened 19 months ago

Last modified 3 months ago

Error logging in Django application

Reported by: dwinslow Owned by:
Priority: major Milestone: 1.x
Component: Meta Version:
Keywords: Cc:
Total Hours: 0.0 Blocked By:
Sensitive: no Estimated Hours: 0
Blocking:

Description (last modified by dwinslow) (diff)

The addition of well-placed logging statements in the Django application will make GeoNode administrators' jobs much easier (and our job when they report issues to us).

Django 1.3 will be adding a new logging system based on the standard logging module, so let's use the standard module for now, and plan to migrate when 1.3 is released.

Change History

Changed 19 months ago by dwinslow

 http://github.com/dwins/geonode/tree/issue_839_django_logging is where I am working on this.

We should also document that activating logging can be accomplished like so:  http://gist.github.com/632909

Changed 19 months ago by dwinslow

  • milestone changed from 1.0 Release to 1.x

Ok, some basic logging is in place for at least the uploads page. All that's left for this ticket is to use the Django 1.3 logging configuration system, so it is currently blocked on Django 1.3 being released.

Changed 3 months ago by dwinslow

  • status changed from new to closed
  • resolution set to fixed
  • description modified (diff)
Note: See TracTickets for help on using tickets.