https://bugzilla.wikimedia.org/show_bug.cgi?id=55139
Web browser: --- Bug ID: 55139 Summary: No handlers could be found for logger "pywiki" Product: Pywikibot Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: legoktm.wikipedia@gmail.com Classification: Unclassified Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/bugs/1633/ Reported by: Anonymous user Created on: 2013-05-16 14:56:14 Subject: No handlers could be found for logger "pywiki" Original description: Some time ago, I started getting the warning:
No handlers could be found for logger "pywiki"
This is generated in small code fragments I create. I (still) haven't seen it in thte standard bot operations. It's possible I must do something to avoid it but I would like to know what. I think it started happening about the time the log became a rotating file log.
Pywikipedia trunk/pywikipedia/ (r11488, 2013/05/03, 08:14:51, OUTDATED) Python 2.7.2 (default, Jun 12 2011, 14:24:46) [MSC v.1500 64 bit (AMD64)] config-settings: use_api = True use_api_login = True unicode test: ok
https://bugzilla.wikimedia.org/show_bug.cgi?id=55139
--- Comment #1 from Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com --- I've been getting this too.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55139
--- Comment #2 from Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com --- Try calling:
wikipedia.setLogfileStatus(True)
near the beginning of your code.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55139
Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://sourceforge.net/p/p | |ywikipediabot/bugs/1633
https://bugzilla.wikimedia.org/show_bug.cgi?id=55139
Amir Ladsgroup ladsgroup@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |ladsgroup@gmail.com Version|unspecified |compat (1.0) Resolution|--- |FIXED
--- Comment #3 from Amir Ladsgroup ladsgroup@gmail.com --- It existed but that part has been removed for a while
pywikipedia-bugs@lists.wikimedia.org