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
- Host: GitHub
- URL: https://github.com/btbytes/pyremlog
- Owner: btbytes
- Created: 2010-08-18T19:47:32.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-08-18T20:30:51.000Z (over 15 years ago)
- Last Synced: 2025-03-25T03:53:36.242Z (about 1 year ago)
- Homepage: http:/github.com/btbytes/pyremlog/
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES.txt
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.