A Logentries status plugin for buildbot
Project description
This plugin sends a subset of status updates to the Logentries service.
First install the plugin
pip install buildbot_status_logentries
Then in your master.cfg file you can do
from buildbot.plugins import * c[‘status’].append(status.LogentriesStatusPush(api_token=”c1481e42-75b3-4772-bb7a-db92691d74e9”, endpoint=”data.logentries.com”, port=10000))
To use SSL
from buildbot.plugins import * c[‘status’].append(status.LogentriesStatusPush(api_token=”c1481e42-75b3-4772-bb7a-db92691d74e9”, endpoint=”data.logentries.com”, port=20000, tls=True))
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
Close
Hashes for buildbot_status_logentries-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80cea0146415185c1f6d9853266f7b1de83281af059ba13cf75423cf6e6a9b8d |
|
MD5 | 342ad597a0c22321ab677fcc4a67825d |
|
BLAKE2b-256 | 02c11917223b896c9c6e4b8d236092a4a9bad33b2eaf14ffbd51b98533af2c3f |