Package couchdbkit
[hide private]
[frames] | no frames]

Package couchdbkit

source code


Version: 0.6.2

Submodules [hide private]

Functions [hide private]
 
set_logging(level, handler=None)
Set level of logging, and choose where to display/save logs (file or standard output).
source code
Variables [hide private]
  LOG_LEVELS = {'critical': 50, 'debug': 10, 'error': 40, 'info'...
  __package__ = 'couchdbkit'
Variables Details [hide private]

LOG_LEVELS

Value:
{'critical': 50, 'debug': 10, 'error': 40, 'info': 20, 'warning': 30}