A hubot script that shows the logs directly to your screen
See src/logger.coffee
for full documentation.
In hubot project repo, run:
npm install hubot-logy --save
Then add hubot-logy to your external-scripts.json
:
[
"hubot-logy"
]
user1>> hubot save log <path> into <keyword>
hubot>> Added a new keyword <keyword>
user1>> hubot check log <keyword|path> <lines>
hubot>> Text form log
user1>> hubot list logs
hubot>> These are the logs I have in my brain
hubot>> <path> -> <keyword>