Answer the question
In order to leave comments, you need to log in
Telegram bot in python, how to log incoming requests?
bot for telegram on pythone using telebot, how to log incoming requests?
see TelegramBotAPI documentation
import logging
logger = telebot.logger
telebot.logger.setLevel(logging.DEBUG) # Outputs debug messages to console.
configured but it only logs outgoing responses,
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question