Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-12 | Fix first round of RRDP SIA URI bugs. | Rob Austein | |
svn path=/branches/tk705/; revision=6019 | |||
2014-09-17 | Clean out last vestiges of SAX-based publication protocol code. | Rob Austein | |
svn path=/branches/tk705/; revision=5960 | |||
2014-08-28 | Log connection info in simplified HTTP server. | Rob Austein | |
svn path=/branches/tk705/; revision=5937 | |||
2014-06-05 | First cut at fully configurable logging system. Still a bit raw, and | Rob Austein | |
not yet documented, but allows detailed logging configuration down to the class level, and flexible enough to allow runtime configuration if we decide we need that. svn path=/trunk/; revision=5860 | |||
2014-05-30 | Use --log-file in yamltest; debug the rotating log file options. | Rob Austein | |
svn path=/trunk/; revision=5853 | |||
2014-05-30 | Rewritten rpki.log.init() still confuses PyLint. | Rob Austein | |
svn path=/trunk/; revision=5852 | |||
2014-05-30 | Move all the complexity of configuring the ten zillion kinds of | Rob Austein | |
logging handlers up front to the argparse stage, thereby also giving the application more control over the default logging configuration. svn path=/trunk/; revision=5851 | |||
2014-05-29 | PyLint | Rob Austein | |
svn path=/trunk/; revision=5845 | |||
2014-05-29 | Provide our own logging Formatter class rather than straining to | Rob Austein | |
subclass the stock one. Replace all uses of rpki.log.traceback() with logging package .exception() calls. Use LoggingAdapter for all the whacky per-stream logging code in rpki.http. Fix default logging priority for non-daemon programs like rpkic. svn path=/trunk/; revision=5843 | |||
2014-05-29 | For some reason using choices with a non-string type in argparse works | Rob Austein | |
in Python 2.7.6 on MacOSX but not in Python 2.7.6 on FreeBSD. Not worth trying to figure out why, custom argparse.Action is easy. svn path=/trunk/; revision=5840 | |||
2014-05-28 | Cleanup. Whack default logging level down to warning, except when running ↵ | Rob Austein | |
directly under test harness. svn path=/trunk/; revision=5839 | |||
2014-05-28 | Update all uses of rpki.log.traceback() for use with logging module. | Rob Austein | |
svn path=/trunk/; revision=5838 | |||
2014-05-28 | Whack all logging calls to use per-module logger objects. | Rob Austein | |
svn path=/trunk/; revision=5837 | |||
2014-05-28 | Rework logging initialization code. | Rob Austein | |
svn path=/trunk/; revision=5836 | |||
2014-05-22 | Initial conversion to Python logging system. Still very crude. | Rob Austein | |
svn path=/trunk/; revision=5835 | |||
2014-05-22 | Clean excess baggage out of old logging code prior to replacing it | Rob Austein | |
with Python's logging system. svn path=/trunk/; revision=5834 | |||
2014-04-05 | Source tree reorg, phase 1. Almost everything moved, no file contents changed. | Rob Austein | |
svn path=/branches/tk685/; revision=5757 |