Age | Commit message (Collapse) | Author |
|
rpki.irdb.Zookeeper() to avoid problems when running in environments
like mod_wsgi which have strong opinions about what code is and is not
allowed to handle signals. This may result in some noise in log
files, but there's not much we can do about that if we're not allowed
to clean up when terminated, so be it. See #681.
svn path=/trunk/; revision=6027
|
|
svn path=/trunk/; revision=5890
|
|
svn path=/trunk/; revision=5845
|
|
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
|
|
svn path=/trunk/; revision=5838
|
|
svn path=/trunk/; revision=5837
|
|
svn path=/branches/tk685/; revision=5757
|