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))
Release files for buildbot_status_logentries 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| buildbot_status_logentries-0.0.3.tar.gz | 2.9 kB | Details |
Release files / buildbot_status_logentries-0.0.3.tar.gz
| Download URL | buildbot_status_logentries-0.0.3.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5f8d77ed1aefe3d3f33a46a9c2f12cec2f6abff7090da47334c83add5265d5a9
|
|
BLAKE2b-256 checksum How to use checksums |
f270eac4ab8850732499cc306dcbc10ea61fc6a42c1503b22d32f16552815344
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |