Fork me on GitHub

Loggly API

Simple Python API client for Loggly.

Configuration

NameTypeDescription
LOGGLY_TOKENstrThe secret token to be for authentication on the Loggly API (defaults to None).
LOGGLY_BUFFER_SIZEintThe size of the buffer (in number of entries) until the buffer is flushed (defaults to 128).
LOGGLY_TIMEOUTintThe timeout in seconds in seconds until the buffer is flushed (defaults to 30).

License

Loggly API is currently licensed under the Apache License, Version 2.0.

Build Automation

Build Status Coverage Status PyPi Status License