tmijs / tmi.js

💬 Javascript library for the Twitch Messaging Interface. (Twitch.tv)
https://tmijs.com
MIT License
1.55k stars 214 forks source link

Add messagesLogLevel option #435

Closed Djiit closed 3 years ago

Djiit commented 3 years ago

Hey 👋

This tiny PR add support for a new option, messagesLogLevel, with default info value (no breaking change). It allows everyone to change the log level of the sent and received messages.

Fixes #205, #404

AlcaDesign commented 3 years ago

Thanks!