[Project Announcement] tglogger: Sending Live Logging Records to A Python Chat

Eray Erdin eraygezer.94 at gmail.com
Tue May 14 06:30:00 EDT 2019


I hereby announce my new project called tglogger to Python community. Check
it out here <https://github.com/erayerdin/tglogger>.

*What It Does*

tglogger contains custom handler and formatter implementations in order to
send logging records directly to a chat, which means you get logging feed
from your application almost instantly.

*Features*

 - The message has hashtags so that you can search chat history easily.
 - Can be integrated with Django. Even date time stamp in the message is
integrated to Django's settings.
 - Message contains detailed info about log record, such as hashtagged
level, which file and line the log was captured, under which method or
function the log occured, information about process and thread.

Contributions, reviews and usages are very welcome.

Have a good day.



More information about the Python-list mailing list