1.0.0 • Published 7 years ago

hubot-dynamic-log-level v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

hubot-dynamic-log-level

Build Status Dependency Status Code Climate Test Coverage


Dynamically change the log level of hubot

Installation

Add hubot-dynamic-log-level to your package.json file:

npm install hubot-dynamic-log-level --save

Then add hubot-dynamic-log-level to your external-scripts.json:

["hubot-dynamic-log-level"]

Usage

You: hubot log_level?
Hubot: Current log level is debug

You: hubot log_level=info
Hubot: Current log level is info
1.0.0

7 years ago