node.js v0.6.11 compatibility (February 27, 2012)

After numerous community requests, we're finally happy to announce compatibility with node.js v0.6.11. Until recently, the socket.io-client library had handshake issues with node.js v0.6.x, which has now been resolved thanks to the use of a new websocket library.

We've also switched out the famfamfam icons for P.J. Onori's Iconic icon set. Aesthetic vanity aside, there are two new features on the roadmap that will be added as dev time permits.

We've built & tested Log.io v0.2.5 on Ubuntu 11.10, here's the latest build recipe if you need one.

Dependencies

Install log server on machine A


1. Install via npm

sudo npm config set unsafe-perm true sudo npm install -g --prefix=/usr/local log.io

2. Launch server

sudo log.io server start

3. Browse to:

http://<machine_a.host.com>:8998

Install log harvester on machine B


1. Install via npm

sudo npm config set unsafe-perm true sudo npm install -g --prefix=/usr/local log.io

2. Configure harvester (optional; /etc/log.io/harvester.conf)

3. Launch harvester

sudo log.io harvester start
Fork me on GitHub