summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Minor minor correctionsfeature/9199-improved-logging-2-r3_syMatthew Finkel2013-10-31
* Return the safelog adapter, not its logger.Isis Lovecruft2013-10-03
* Change log.startLogging() to take streams before falling back to stdout.Isis Lovecruft2013-10-03
* Change stopLogging() to call instances in log._observerMapping.Isis Lovecruft2013-10-03
* Fix bug where log.configureLogging() failed to set log._format.Isis Lovecruft2013-10-03
* Add bridgedb.utils package, and add bridgedb.utils.parsers module.Isis Lovecruft2013-10-03
* Add function log.getSafeLogger().Isis Lovecruft2013-10-03
* Add twisted-compatible equivalent of stdlib logging.getLogger() function.Isis Lovecruft2013-10-03
* Automatically instantiate defaultObserver (root logger) and safelogger.Isis Lovecruft2013-10-03
* Add log.LevelledPythonObserver class.Isis Lovecruft2013-10-03
* Add log.LevelledObserver class, general observer for twisted or stdlib logging.Isis Lovecruft2013-10-03
* Add convenience function for configuring the log module.Isis Lovecruft2013-10-03
* Rewrite log.emit() for compatibility with twisted and stdlib Observers.Isis Lovecruft2013-10-03
* Add auto-instantiation of log.defaultPublisher on module load.Isis Lovecruft2013-10-03
* Refactor class log.BridgeDBLogPublisher and rename into log.LevelledPublisher.Isis Lovecruft2013-10-03
* Remove class log.BridgeDBFileLogObserver.Isis Lovecruft2013-10-03
* Remove class log.BridgeDBLogObserver.Isis Lovecruft2013-10-03
* Rewrite function log.startLogging() to work with twisted and stdlib logging.Isis Lovecruft2013-10-03
* Add functionality for handling path walking and finding child filenames for log.Isis Lovecruft2013-10-03
* Move logging functions from module level into LevelledPublisher class.Isis Lovecruft2013-10-03
* Add methods for en-/dis- abling filtering of IP and email addresses from logs.Isis Lovecruft2013-10-03
* Add a context manager to the log module, and set tx/stdlib compatible defaults.Isis Lovecruft2013-10-03
* Cleanup log levels dictionary.Isis Lovecruft2013-10-03
* Remove unused imports, change import names to avoid overrides.Isis Lovecruft2013-10-03
* Add module docstring for lib/bridgedb/log.py.Isis Lovecruft2013-10-03
* Add utility for logging the SHA-1 digest of an input.Isis Lovecruft2013-10-03
* Rewrite log.LOG_LEVEL dict conversion utilities to avoid using isinstance().Isis Lovecruft2013-10-03
* Only override kwargs['logLevel'] in log._msg() if not already set.Isis Lovecruft2013-10-03
* Remove unused import t.p.log.callWithContext.Isis Lovecruft2013-10-03
* Change Sphinx docstring directive from an attr comment to a code comment.Isis Lovecruft2013-10-03
* Remove unused import t.p.log.startLoggingWithObserver from log.py.Isis Lovecruft2013-10-03
* Fix log statements causing unittest errors.Isis Lovecruft2013-10-03
* Remove unused commented out code from log.py.Isis Lovecruft2013-10-03
* Remove unused Exception variable from log.py.Isis Lovecruft2013-10-03
* Fix typo and add kwarg default setting info to BridgeDBLogPublisher docstring.Isis Lovecruft2013-10-03
* Remove superfluous isinstance() check in log.BridgeDBFileLogObserver().Isis Lovecruft2013-10-03
* Avoid setting log.timeFormat twice.Isis Lovecruft2013-10-03
* Remove unused Exception variable in log.py.Isis Lovecruft2013-10-03
* Add default permissions for logfiles.Isis Lovecruft2013-10-03
* Update BridgeDBLogPublisher docstring to be accurate.Isis Lovecruft2013-10-03
* Move BridgeDBLogPublisher.folder to be a class attribute.Isis Lovecruft2013-10-03
* Change BridgeDBLogPublisher.exception method to a function.Isis Lovecruft2013-10-03
* Remove unnecessary import types.NoneType from log module.Isis Lovecruft2013-10-03
* Add missing import for traceback module to log module.Isis Lovecruft2013-10-03
* Don't override log module global variable 'publisher' in log.startLogging().Isis Lovecruft2013-10-03
* Fix pylint warning for overriding built-in 'file' in log.startLogging().Isis Lovecruft2013-10-03
* Add docstrings to Util.logSafely and Util.set_safe_logging.Isis Lovecruft2013-10-03
* Update HTTPServer.py to use the new log module.Isis Lovecruft2013-10-03
* Update Storage.py to use new log module.Isis Lovecruft2013-10-03
* Update Stability.py to use new log module.Isis Lovecruft2013-10-03