Bug #1460

Unclear error/warning: No handlers could be found for logger "rstsandbox"

Added by Anonymous about 11 years ago. Updated about 11 years ago.

Status:RejectedStart date:04/10/2013
Priority:NormalDue date:
Assignee:-% Done:

0%

Category:python
Target version:Robotics Service Bus - rsb-0.9

Description

When importing rstsandbox of rst0.9 in python (trunk installation from debian packages), you get an unclear error/warning/message:

No handlers could be found for logger "rstsandbox"

This doesn't seem to be a problem, as I can use sandbox types afterwards, but the message is unclear and confusing to the user. Reproduce with a python script as simple as this:

import rstsandbox

v = rstsandbox.generic.Value_pb2.Value()
v.type = 2
v.int = 2

print v

Associated revisions

Revision 2a80a410
Added by J. Moringen about 11 years ago

Explain messages from Python's logging module in troubleshooting.rst

refs #1460

  • troubleshooting.rst: added entry for Python logging's "No handlers
    could be found for logger "rstsandbox"" message
  • conf.py.in: updated copyright

History

#1 Updated by J. Moringen about 11 years ago

  • Status changed from New to Rejected

This output is produced by Python's logging framework to indicate that logging has not been configured. We cannot do anything about it.

Also available in: Atom PDF