Centralized logging for Python using MongoDB
Project description
monolg
Centralized logging for Python using MongoDB
- Licence: MIT License
- Documentation: https://monolg.readthedocs.io
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file monolg-0.0.1.tar.gz
.
File metadata
- Download URL: monolg-0.0.1.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97edd73ac536baed76bd1ab591d974fbc9767affd227c157a9f533e23df79e49 |
|
MD5 | c82645ee91e131d0392fc7953499c181 |
|
BLAKE2b-256 | edea9d44b200d9f37beec4456878d54e2cc70995a65ce09da74f2d34ad15ceb4 |
File details
Details for the file monolg-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: monolg-0.0.1-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | def5e9d2e0db1ae841b5c31fbdec5967d8f4c8b57d712069a71b535d0ff9bc98 |
|
MD5 | 1f3f6707f7285190a9a97d23678ab5d7 |
|
BLAKE2b-256 | 60e91c5bcb373447c746c564897e13f42e46a1b3039e1a67078b31c27f199b15 |