lp://staging/~jameinel/loggerhead/configurable_logging
- Get this branch:
- bzr branch lp://staging/~jameinel/loggerhead/configurable_logging
Branch merges
- Michael Hudson-Doyle: Approve
- Matt Nordhoff: Needs Information
-
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
- 419. By John A Meinel
-
When logging to stderr, we don't really need the timestamp and branch name.
It is nice in a long-term log file, but to stderr it tends to just cause
the output to wrap, which is ugly. - 418. By John A Meinel
-
Remove duplicated effort in setup_logging.
Instead, pass in some extra flags, indicating what loggerhead should do.
- 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.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/loggerhead