A series of logging.Handler
-implementations producing
Nodinite JSON Log Events
and sending these to one of the supported intermediary storages.
pip install git+https://github.com/swedwise/pynodinite.git
The default installation enables the use of File/Disk storage and Direct LogAPI transfer handlers only
There are several options to install additional packages for the specific intermediary storage that you want to use:
pip install pynodinite[activemq]
- Installs packages to send to ActiveMQ queuespip install pynodinite[eventhub]
- Installs packages to send to Azure Event Hubpip install pynodinite[msmq]
- Installs packages to send to Microsoft Message Queuespip install pynodinite[postgresql]
- Installs packages to send to PostgreSQL databasepip install pynodinite[servicebus]
- Installs packages to send to Azure Service Buspip install pynodinite[sqlserver]
- Installs packages to send to Microsoft SQL Server database