Changes between Version 7 and Version 8 of LoggingProposal
- Timestamp:
- Oct 12, 2009, 2:13:25 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LoggingProposal
v7 v8 26 26 * Using SocketServer: http://www.huyng.com/archives/418 27 27 * Using file locking: http://pypi.python.org/pypi/ConcurrentLogHandler/ 28 29 == References and other implementations == 30 31 * [http://github.com/dcramer/django-db-log djangodblog is used in Pinax] 32 * [http://code.google.com/p/django-logging/wiki/Overview django-logging has a flexible interface and seems robust but doesn't include setup files]