lp://staging/~mwhudson/linaro-android-frontend/live-output
Created by
Michael Hudson-Doyle
and last modified
- Get this branch:
- bzr branch lp://staging/~mwhudson/linaro-android-frontend/live-output
Only
Michael Hudson-Doyle
can upload to this branch. If you are
Michael Hudson-Doyle
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Branch information
Recent revisions
- 224. By Paul Sokolovsky
-
Add logging set up, configuration, and use for some exceptions.
Django 1.3 has integrated support for configuring Python logging,
http://docs.djangoproj ect.com/ en/1.3/ topics/ logging/ . For 1.2.3, just
call logging.basicConfig( ) directly. Set only logging level, and let it
use defaults otherwise, which is timespamp-less logging to stdout. On
production, that will go to Apache error.log, which has own timestamps.
Later, we can make more elaborated logging set up if needed.Also, move some hardcoded names to settings.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)