speedyGonzales / bots

Automatically exported from code.google.com/p/bots
0 stars 0 forks source link

bug: logging of mapping debug does not work in 3.0 #208

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
in botsinit.py, line 188 should be:
    botsglobal.logmap = logging.getLogger('engine.map')
(instead of)
    botsglobal.logmap = logging.getLogger('bots.map')

Original issue reported on code.google.com by hjebb...@gmail.com on 8 Apr 2013 at 12:38

GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 6 Sep 2013 at 4:54

GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 10 Sep 2013 at 12:46