A python library that helps Stackdriver consume python logs appropriately built on madzak/python-json-logger
Project description
pysdl
Python Stackdriver Logger - A python library that helps Stackdriver consume python logs appropriately
Installing pysdl
pip install pysdl
Implementing this in your app
In Django:
settings.py ->
from pysdl.logger_config import logging_dict
LOGGING = logging_dict
In regular python apps:
from logging.config import dictConfig
from pysdl.logger_config import logging_dict
dictConfig(logging_dict)
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
pysdl-1.1.2.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pysdl-1.1.2-py3-none-any.whl
(3.3 kB
view details)
File details
Details for the file pysdl-1.1.2.tar.gz.
File metadata
- Download URL: pysdl-1.1.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66a7f6ba9a25807b84bf0858f293af14bc697bfbe67ca797ad0fd343180cbfc3
|
|
| MD5 |
ece49ed726a8aa5c52516dd0e3aa9f68
|
|
| BLAKE2b-256 |
ede4619dc5775402ffef7a154431df59b0f1eb0c868684c637b31396de2287d3
|
File details
Details for the file pysdl-1.1.2-py3-none-any.whl.
File metadata
- Download URL: pysdl-1.1.2-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e9c97b32116a7f3bb2bc27dbaeb33820a3e5e00f255060cc94d6c9dd6c2c02b
|
|
| MD5 |
b86c44f187d56c4727a566426565889a
|
|
| BLAKE2b-256 |
bf52b68907dcc1fe3d33dcf00be5f8bbfd53b80a737c07abe4f25bab2e67c6d5
|