Skip to content
  • kytv's avatar
    Import logging module in otr-bot.py · 5d185773
    kytv authored and anonym's avatar anonym committed
    Our otr-bot.py does not use logging but the jabberbot library makes
    logging calls,  causing a one-off message “No handlers could be found
    for logger "jabberbot"” to be printed to the console. This commit
    effectively prevents logging/outputting anything to the terminal which
    is at a level lower than CRITICAL.
    
    Will-fix: 9375
    5d185773