Skip to main content

Simple telegram threaded logger

Project description

=====
Python Telegram Logger
=====

Provide simple logger which posts messages to a telegram in markdown format. Use a separate thread for a dispatching. Support many chats

Quick start
-----------

1. Add logger to your dict config:

.. code-block:: python

config = {
"version": 1,
"disable_existing_loggers": False,
"handlers": {
"telegram": {
"class": "python_telegram_logger.TelegramHandler",
"token": "token",
"chat_ids": [123456789, -1234567891011],

}
},
"tg": {
"level": "INFO",
"handlers": ["telegram",]
}
}


2. Use it!

.. code-block:: python

import logging
logger = logging.getLogger("tg")
logger.info("TEST")

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

python-telegram-logger-0.2.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page