lp://staging/~maxb/loggerhead/jameinel-configurable_logging
- Get this branch:
- bzr branch lp://staging/~maxb/loggerhead/jameinel-configurable_logging
Branch merges
- Jelmer Vernooij: Needs Fixing (code)
-
Diff: 164 lines (+60/-8)6 files modified__init__.py (+13/-0)
loggerhead/config.py (+33/-0)
loggerhead/controllers/__init__.py (+2/-2)
loggerhead/main.py (+11/-1)
loggerhead/wholehistory.py (+1/-1)
loggerhead/zptsupport.py (+0/-4)
Branch information
Recent revisions
- 417. By John A Meinel
-
Reduce simpletal spam w/ --log-level=DEBUG, we *never* want that.
But if --log-level=
warning, we don't want INFO messages either. - 416. By John A Meinel
-
Make a note why we restrict simpleTAL logging, and make it not *increase* verbosity.
- 413. By John A Meinel
-
Make some of the info calls a bit less noisy.
We don't really need full floating point resolution, milliseconds should be enough.
- 412. By John A Meinel
-
Add 'http_log_level' and --log-level.
This allows us to set a default log level that isn't 'WARNING' the logger
default, and isn't DEBUG, the current code default.Also add a time() check for serving a particular branch page.
- 410. By Matt Nordhoff
-
Fix infinite recursion when unpickling Containers.
Unpickle tries to access a few attributes (__getstate__, etc.) before filling the __dict__, so __getattr__ went into a loop trying to find self._properties.
It's no longer possible to use properties that start with an underscore, but that's a bit icky anyway.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/loggerhead