UNKNOWN
Project description
Handler for the python logging framework for log.io stateless TCP API
Usage:
from log_io_handler import LogIOHandler
Logger.addHandler(LogIOHandler)
#or dict_config
'handlers'
'log_io': {
'level': 'DEBUG',
'class': 'log_io_handler.LogIOHandler',
#optional configs
'logstream': 'EXAMPLE_STREAM',
'node': 'EXAMPLE_NODE',
'host': 'EXAMPLE_HOST',
'port': 28777,
}
logstream: name of log.io stream default (PythonStream)
node: name of log.io node default (PythonNode)
host: log.io server domain or ip address (default localhost)
port: log.io api port (default 28777)
VERSION = ‘0.0.1’
AUTHOR = “Raymond McGinlay , <raymond@thisislevelup.com>”
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
log_io_handler-1.0.tar.gz
(1.3 kB
view details)
File details
Details for the file log_io_handler-1.0.tar.gz.
File metadata
- Download URL: log_io_handler-1.0.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f88a71b0b22901927e4a0fb06e15e4a73c3857d3bcb6d401c7a6fdb2680391a
|
|
| MD5 |
8eee1f69f71edf9f976509c018887b9d
|
|
| BLAKE2b-256 |
8379d0b326593898ca5499c28e249d5c7ae09b8ca9df375a4343bc36948e41c0
|