1.0.6 • Published 8 years ago
boomerang-sandbox v1.0.6
sandbox-tail � Streaming logs of sandbox API to the browser
sandbox-tail is a Node.js application for streaming logs to the browser. It's a tail -F with UI. It's cloned from https://github.com/mthenw/frontail. Modify to parse the log from sandbox runtime project https://github.com/getsandbox/sandbox
Options
-sor--sandboxis the place of sandbox service-xor--sandbox-portis the port of sandbox service
Dependencies
NodeJsimportant! you actually might not have this.tailthe Unix command line to read the content of file. On windows you must install manualy the tail package or usinggit bashto run the command
Usage
npm installnode index.js --port=9004 log/debug.log -s 'sandbox-lib' -x 9003- Web interface runs on http://localhost:9004
License
MIT