You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But is there a solution for handling and customizing warnings or other log levels as well?
Currently I have a lot of messages like this that I need to handle:
[2025-02-14T10:28:48.404] [WARN] - [Connection closed while receiving data]
Error: Not connected
at ConnectionTCPFull.recv (...\node_modules\telegram\network\connection\Connection.js:71:15)
at async MTProtoSender._recvLoop (...\node_modules\telegram\network\MTProtoSender.js:373:24)
The text was updated successfully, but these errors were encountered:
For error handling we have this:
But is there a solution for handling and customizing warnings or other log levels as well?
Currently I have a lot of messages like this that I need to handle:
The text was updated successfully, but these errors were encountered: