Library for logging to Loggly from within Python webapps
Project description
hooover 0.0.1
Fork of hoover library from http://www.github.com/loggly/hoover that uses requests instead of httplib2
Here’s a simple usage example:
import hooover handler = hooover.LogglyHttpHandler(token='your_token_here') import logging log = logging.getLogger('Loggly') log.addHandler(handler) log.setLevel(logging.INFO) log.info("Hello Loggly...")
get hooover
Install requests library:
sudo easy_install hooover
Download the latest release from Python Package Index or clone the repository
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hooover-0.0.1.tar.gz
(4.7 kB
view details)
File details
Details for the file Hooover-0.0.1.tar.gz
.
File metadata
- Download URL: Hooover-0.0.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fba2d358f2a135f7993c5b861a13ebd22f0b88a8c4d38a155ecb22886cae909 |
|
MD5 | b7cffb8863490eafbf4db975dbdef3eb |
|
BLAKE2b-256 | 0a4d472f87784a9370f73135172340e53dcd58a38a79abeadadbaea710a1cb2e |