Skip to content

Techmation-Digital-Cross/mqtt-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTT LOGGER

Broker based logging application in python.Can be combine to any of your services you want.

Example usage

> python main.py app_name http_servcie

Application initialized with arguments

--------------------Stared Services---------------------------
Time                 Application                    Service                       
14:57:13             app_name                       http_service               
====================---------------===========================

Subscribing topics...
Topic subscribed : app_name/http_service/log

APP_NAME/HTTP_SERVICE ==> 14:18:02 : {{ `you can publish any of messsage you want to the topic app_name/http_service/log` }}
APP_NAME/HTTP_SERVICE ==> 14:18:02 : {{ `you can publish any of messsage you want to the topic app_name/http_service/log` }}
APP_NAME/HTTP_SERVICE ==> 14:18:02 : {{ `you can publish any of messsage you want to the topic app_name/http_service/log` }}

About

Broker based logging application in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published