Git Product home page Git Product logo

python-couchdblogger's Introduction

python-couchdblogger

Build Status Coverage Status PyPI Requirements Status

Supported Python versions

Simple module for logging to CouchDB. Probably not best choise for logging backend, because CouchDB is not good with massive write operations.

https://pypi.python.org/pypi/couchdblogger

Usage:

import couchdblogger

logger = logging.getLogger('mylogger')
logger.setLevel('ERROR')
logger.addHandler(couchdblogger.CouchDBLogHandler())

Usage with ssl:

import couchdblogger

logger = logging.getLogger('mylogger')
logger.setLevel('ERROR')
logger.addHandler(couchdblogger.CouchDBLogHandler(ssl=True, request_args={"verify": True}))

Script to run tests:

1- Install:

python setup.py install
pip install mock
pip install nose

2- Run tests:

python setup.py test

or:

nosetests -vv

Run nosetests with coverage:

nosetests --with-coverage; coverage report

python-couchdblogger's People

Contributors

fedeg avatar histrio avatar stickystyle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

python-couchdblogger's Issues

description missing

in your setup.py you did description=read('DESCRIPTION'), but then the DESCRIPTION file is missing, so on pypi searches and on pip your project's description is UNKNOWN

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.