Skip to content

A series of logging handler implementations producing Nodinite JSON Log Events and sending these to one of the supported intermediary storages

License

Notifications You must be signed in to change notification settings

swedwise/pynodinite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyNodinite

Hatch project Test module

A series of logging.Handler-implementations producing Nodinite JSON Log Events and sending these to one of the supported intermediary storages.

Installation

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 queues
  • pip install pynodinite[eventhub] - Installs packages to send to Azure Event Hub
  • pip install pynodinite[msmq] - Installs packages to send to Microsoft Message Queues
  • pip install pynodinite[postgresql] - Installs packages to send to PostgreSQL database
  • pip install pynodinite[servicebus] - Installs packages to send to Azure Service Bus
  • pip install pynodinite[sqlserver] - Installs packages to send to Microsoft SQL Server database

About

A series of logging handler implementations producing Nodinite JSON Log Events and sending these to one of the supported intermediary storages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages