hubot/README.md: Mention HUBOT_LOG_LEVEL
authorW. Trevor King <wking@tremily.us>
Mon, 3 Mar 2014 16:46:09 +0000 (08:46 -0800)
committerW. Trevor King <wking@tremily.us>
Mon, 3 Mar 2014 16:46:09 +0000 (08:46 -0800)
commit4cdea0453d58bc29b616143642c084a5fa737c09
treee9c8ac6b3e8c04823c552d936988af288f4f4f0a
parent8a178e7fc0ad6116f8c18b4612ef4cedbd3a003d
hubot/README.md: Mention HUBOT_LOG_LEVEL

Strangely, this environment variable does not seem to be documented at
all:

  hubot$ git grep HUBOT_LOG_LEVEL
  src/robot.coffee:    @logger    = new Log process.env.HUBOT_LOG_LEVEL or 'info'
hubot/README.md