An open API service indexing awesome lists of open source software.

https://github.com/btbytes/pyremlog

Standalone Remote Logging Server for use with Python Logger/HttpHandler
https://github.com/btbytes/pyremlog

Last synced: 3 months ago
JSON representation

Standalone Remote Logging Server for use with Python Logger/HttpHandler

Awesome Lists containing this project

README

          

========
pyremlog
========

A standalone server to record remote logs.
It uses a SQL database to store the logs.

Installation
============

Web API
=======

PyRemLog was written to make use of the Python logging module's HTTPHandler.
So, PyRemLog is expected to work out of the box with python applications using
the default logging module. Studying the logging module is suggested.