Metadata-Version: 2.1
Name: rlogging
Version: 1.0.1
Summary: 
Author: irocshers
Author-email: develop.iam@rocshers.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# rlogging

Specific logging settings for a python application

## Usage

```
pip install rlogging
```

### Python

```bash

```

### Django

```bash
# settings.py
MIDDLEWARE = [
    ...
    'rlogging.integration.django.middleware.LoggingMiddleware',
    ...
]
```

### FastAPI

```bash

```

### aiogram

```bash

```


