index
:
user/sysrqb/bridgedb
bug10834
bug12781-dumpbuckets
bug12781-dumpbuckets_constification_2
bug1606_spec_update_rebased
bug1606_spec_update_rebased_r1
bug5232_adding_concurrent_processing_squashed
bug5232_adding_concurrent_processing_squashed_r1
bug5232_based_on_fix/9462_r9462C_r2
bug5232_newdesign_dev
bug5232_newdesign_dev_r1
bug5232_r2_based_on_fix/9462_r9462C_r2
bug5232_rebased_1
bug8614_5_rebased_r4
bug8614_5_rebased_r7
bug8614_6_rebased_1
bug8614_7_rebase_2
bug9013
bug9127
bug9264_rebased_0
bug9264_rebased_1
bug9264_rebased_2
bug9264_rebased_3
bug9264_rebased_3_r1
develop
develop_minorchanges
feature/9199-improved-logging-2-r3_sy
master
predeploy
Matt's bridgedb repository
Matthew Finkel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Minor minor corrections
feature/9199-improved-logging-2-r3_sy
Matthew Finkel
2013-10-31
*
Return the safelog adapter, not its logger.
Isis Lovecruft
2013-10-03
*
Change log.startLogging() to take streams before falling back to stdout.
Isis Lovecruft
2013-10-03
*
Change stopLogging() to call instances in log._observerMapping.
Isis Lovecruft
2013-10-03
*
Fix bug where log.configureLogging() failed to set log._format.
Isis Lovecruft
2013-10-03
*
Add bridgedb.utils package, and add bridgedb.utils.parsers module.
Isis Lovecruft
2013-10-03
*
Add function log.getSafeLogger().
Isis Lovecruft
2013-10-03
*
Add twisted-compatible equivalent of stdlib logging.getLogger() function.
Isis Lovecruft
2013-10-03
*
Automatically instantiate defaultObserver (root logger) and safelogger.
Isis Lovecruft
2013-10-03
*
Add log.LevelledPythonObserver class.
Isis Lovecruft
2013-10-03
*
Add log.LevelledObserver class, general observer for twisted or stdlib logging.
Isis Lovecruft
2013-10-03
*
Add convenience function for configuring the log module.
Isis Lovecruft
2013-10-03
*
Rewrite log.emit() for compatibility with twisted and stdlib Observers.
Isis Lovecruft
2013-10-03
*
Add auto-instantiation of log.defaultPublisher on module load.
Isis Lovecruft
2013-10-03
*
Refactor class log.BridgeDBLogPublisher and rename into log.LevelledPublisher.
Isis Lovecruft
2013-10-03
*
Remove class log.BridgeDBFileLogObserver.
Isis Lovecruft
2013-10-03
*
Remove class log.BridgeDBLogObserver.
Isis Lovecruft
2013-10-03
*
Rewrite function log.startLogging() to work with twisted and stdlib logging.
Isis Lovecruft
2013-10-03
*
Add functionality for handling path walking and finding child filenames for log.
Isis Lovecruft
2013-10-03
*
Move logging functions from module level into LevelledPublisher class.
Isis Lovecruft
2013-10-03
*
Add methods for en-/dis- abling filtering of IP and email addresses from logs.
Isis Lovecruft
2013-10-03
*
Add a context manager to the log module, and set tx/stdlib compatible defaults.
Isis Lovecruft
2013-10-03
*
Cleanup log levels dictionary.
Isis Lovecruft
2013-10-03
*
Remove unused imports, change import names to avoid overrides.
Isis Lovecruft
2013-10-03
*
Add module docstring for lib/bridgedb/log.py.
Isis Lovecruft
2013-10-03
*
Add utility for logging the SHA-1 digest of an input.
Isis Lovecruft
2013-10-03
*
Rewrite log.LOG_LEVEL dict conversion utilities to avoid using isinstance().
Isis Lovecruft
2013-10-03
*
Only override kwargs['logLevel'] in log._msg() if not already set.
Isis Lovecruft
2013-10-03
*
Remove unused import t.p.log.callWithContext.
Isis Lovecruft
2013-10-03
*
Change Sphinx docstring directive from an attr comment to a code comment.
Isis Lovecruft
2013-10-03
*
Remove unused import t.p.log.startLoggingWithObserver from log.py.
Isis Lovecruft
2013-10-03
*
Fix log statements causing unittest errors.
Isis Lovecruft
2013-10-03
*
Remove unused commented out code from log.py.
Isis Lovecruft
2013-10-03
*
Remove unused Exception variable from log.py.
Isis Lovecruft
2013-10-03
*
Fix typo and add kwarg default setting info to BridgeDBLogPublisher docstring.
Isis Lovecruft
2013-10-03
*
Remove superfluous isinstance() check in log.BridgeDBFileLogObserver().
Isis Lovecruft
2013-10-03
*
Avoid setting log.timeFormat twice.
Isis Lovecruft
2013-10-03
*
Remove unused Exception variable in log.py.
Isis Lovecruft
2013-10-03
*
Add default permissions for logfiles.
Isis Lovecruft
2013-10-03
*
Update BridgeDBLogPublisher docstring to be accurate.
Isis Lovecruft
2013-10-03
*
Move BridgeDBLogPublisher.folder to be a class attribute.
Isis Lovecruft
2013-10-03
*
Change BridgeDBLogPublisher.exception method to a function.
Isis Lovecruft
2013-10-03
*
Remove unnecessary import types.NoneType from log module.
Isis Lovecruft
2013-10-03
*
Add missing import for traceback module to log module.
Isis Lovecruft
2013-10-03
*
Don't override log module global variable 'publisher' in log.startLogging().
Isis Lovecruft
2013-10-03
*
Fix pylint warning for overriding built-in 'file' in log.startLogging().
Isis Lovecruft
2013-10-03
*
Add docstrings to Util.logSafely and Util.set_safe_logging.
Isis Lovecruft
2013-10-03
*
Update HTTPServer.py to use the new log module.
Isis Lovecruft
2013-10-03
*
Update Storage.py to use new log module.
Isis Lovecruft
2013-10-03
*
Update Stability.py to use new log module.
Isis Lovecruft
2013-10-03
[next]