Logging client for Neu.ro platform services
Project description
Neuro Platform Logging
Usage:
import logging
from neuro_logging import init_logging
init_logging()
logging.info("Some info")
By default init_logging() will forward all errors and critical messages to stderr. All other type of messages will be forwarded to stdout.
You can pass own dict-based config with custom setting i.e. for disable warning in asyncio and concurrent
from neuro_logging import DEFAULT_CONFIG, init_logging
custom_config = dict(DEFAULT_CONFIG)
custom_config.update(
{"loggers": {"asyncio": {"level": "ERROR"}, "concurrent": {"level": "ERROR"}}}
)
init_logging(custom_config)
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
neuro_logging-25.11.0.tar.gz
(10.4 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
File details
Details for the file neuro_logging-25.11.0.tar.gz.
File metadata
- Download URL: neuro_logging-25.11.0.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86dfe64c9a65916fef4412a3c305f8f42c90a17febe80fb142f9a0680524f93d
|
|
| MD5 |
3d0d21963e313e07789241c099340439
|
|
| BLAKE2b-256 |
f7d0065a5c16a996bd620fd87f13c5e070d055340f893f23e139f1ce361533bf
|
File details
Details for the file neuro_logging-25.11.0-py3-none-any.whl.
File metadata
- Download URL: neuro_logging-25.11.0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c8ace47a5f94d9786a97484869da32b9b3c894195e37a4477a619ad66bb1065
|
|
| MD5 |
dfc35bf58fa0ecab5f5f510931912fa3
|
|
| BLAKE2b-256 |
24bf0b8fd4696722a1180e46894af6009378147fbc60cbc7cfd6a956d6d4d0e4
|