Skip to main content

Centralized logging for Python using MongoDB

Project description

monolg

Centralized logging for Python using MongoDB

PRs Welcome ReadTheDocs

Tests

PyPi

What is monolg?

You know those times when you've deployed your applications on the cloud, which logs every step of way precisely onto your *.log files, and now everytime you know the application misbehaves you cannot be bothered to look into those log files.

This never happened to you?!

Let's not lie of course it has, and you know settings up Elastic stack will fix alot of your problems, but thats just ALOT OF WORK!!

That is where we want this project to come in, The monolg package should give you an easy to use API for logging all of your steps in your local MongoDB instance or even better your MongoDB Cloud (For which you know you have plenty out of those 512 MBs laying around)

Installation

Monolg can be installed from PyPI using the following:

$ pip install monolg

Getting started

from monolg import Monolg

mlog = Monolg()
mlog.info("Welcome to monolg")

History

0.0.0 (2022-09-29)

  • Initial commit to Github

0.0.1 (2022-12-26)

  • Release: First release to PyPI

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

monolg-0.0.1.tar.gz (10.1 kB view hashes)

Uploaded Source

Built Distribution

monolg-0.0.1-py3-none-any.whl (10.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page