Metadata-Version: 2.4 Name: mololog Version: 1.3.37 Summary: HTTP Logging service Author: Retoor Author-email: retoor@molodetz.nl License: MIT Requires-Python: >=3.7 Description-Content-Type: text/markdown Requires-Dist: requests==2.32.3 Requires-Dist: aiohttp Requires-Dist: app @ git+https://retoor.molodetz.nl/retoor/app.git # Mololog Mololog is a logging framework for python applications. It contains three applications: - mololog.serve - mololog.test - mololog.bench ## Running mololog server ``` mololog.serve --host=127.0.0.1 --port=3016 --db=mololog.db ``` ## Implementation of logger in application ``` from mololog.client import patch patch("https://your-logging-server.nl") ```