valhallasw added a comment. Probably. Pywikibot uses the `logging` module, which you can reconfigure the logging using the standard features it provides (see the python documentation <https://docs.python.org/2/library/logging.html>), so running
import logging logging.basicConfig(level=logging.DEBUG) Whether you can also easily turn it off again: I don't know. TASK DETAIL https://phabricator.wikimedia.org/T125779 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: valhallasw Cc: Matanya, valhallasw, Ricordisamoa, Aklapper, Yann, StudiesWorld, pywikibot-bugs-list, zhuyifei1999 _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
