我在哪里可以看到hubotlogging器消息?

我是新的hubot和我看到一个声明robot.logger.debug“尝试gitio#{commit.url}”

有人可以告诉我在哪里可以看到这个debugging消息。 我使用./bin/hubot命令来运行它。 有没有办法在debugging模式下运行它? 所以我可以看到debugging消息?

设置环境variablesHUBOT_LOG_LEVEL进行debug 。 我一直在使用这个shell脚本启动hubot

< – startbot.sh – >

 #!/bin/bash export HUBOT_HIPCHAT_JID="<your hipchat id>" export HUBOT_HIPCHAT_PASSWORD="<your password>" export HUBOT_LOG_LEVEL="debug" bin/hubot --adapter hipchat