Python Logger plugin to send logs to Logentries
Project description
=================
Logentries Logger
=================
This is a plugin library to enable logging to Logentries from the Python Logger. Logentries is a real-time log management service on the cloud. More info at https://logentries.com.
Setup
-----
To use this library, you must first create an account on Logentries. This will only take a few moments.
Install
-------
To install this library, use the following command:
`pip install logentries`
Usage
-----
#!/usr/bin/env python
from logentries import LogentriesHandler
import logging
log = logging.getLogger('logentries')
test = LogentriesHandler(LOGENTRIES_TOKEN)
log.addHandler(test)
log.setLevel(logging.INFO) #WARN by default
log.warn("Warning message")
Configure
---------
The parameter `LOGENTRIES_TOKEN` needs to be filled in to point to a file in your Logentries account.
In your Logentries account, create a new host, giving it a name that represents your app. Then create a logfile, selecting `Token TCP` as the source_type. This will print a Token UUID
beside the logfile. This is the value to use for `LOGENTRIES_TOKEN`.
You are now ready to start logging
Logentries Logger
=================
This is a plugin library to enable logging to Logentries from the Python Logger. Logentries is a real-time log management service on the cloud. More info at https://logentries.com.
Setup
-----
To use this library, you must first create an account on Logentries. This will only take a few moments.
Install
-------
To install this library, use the following command:
`pip install logentries`
Usage
-----
#!/usr/bin/env python
from logentries import LogentriesHandler
import logging
log = logging.getLogger('logentries')
test = LogentriesHandler(LOGENTRIES_TOKEN)
log.addHandler(test)
log.setLevel(logging.INFO) #WARN by default
log.warn("Warning message")
Configure
---------
The parameter `LOGENTRIES_TOKEN` needs to be filled in to point to a file in your Logentries account.
In your Logentries account, create a new host, giving it a name that represents your app. Then create a logfile, selecting `Token TCP` as the source_type. This will print a Token UUID
beside the logfile. This is the value to use for `LOGENTRIES_TOKEN`.
You are now ready to start logging
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
File details
Details for the file LogentriesLogger-0.2.1.tar.gz
.
File metadata
- Download URL: LogentriesLogger-0.2.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e0f5f7b250c4614e45150077ad307ebf89df5e32153dc8e6d86a74cce7ed8f5 |
|
MD5 | e9846712093f7bb69a64061971022ba8 |
|
BLAKE2b-256 | 38d95a7677157a8418b4fd6699f89859b04da0e2e6c5b072855c42926335e36d |