This commit is contained in:
parent
c8d17169a4
commit
3c50c4a2c5
18
README.md
Normal file
18
README.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# 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")
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user