Comment 2 for bug 928522

Revision history for this message
Zygmunt Krynicki (zyga) wrote :

ChiThu, make sure that lava-test uses logging.info() for stuff that you want do display when running with --verbose flag and logging.debug() for the stuff you want to see while debugging. For debugging make sure you use logging.getLogger("some-fancy-name") to get a logger instance and log via that instance. I've added code for lava-tool to turn on an arbitrary list of debugging loggers.