log.io
Harvesters watch log files for changes, send new log messages to the server, which broadcasts to web clients. Log messages are tagged with stream, node, and log level information based on user configuration.
Cost / License
- Free
- Proprietary
Application type
Alerts
- Discontinued
Platforms
- Mac
- Windows
- Linux
- Self-Hosted
Hasn't been updated in four years. See https://github.com/NarrativeScience/Log.io
Features
- Logging
- Server Monitoring
Tags
- monitoring-software
- logs
log.io News & Activities
Recent activities
- Modrena added log.io as alternative to LogDog - Debug tool for iOS and Android
log.io information
What is log.io?
Harvesters watch log files for changes, send new log messages to the server, which broadcasts to web clients. Log messages are tagged with stream, node, and log level information based on user configuration.
Log.io has no persistence layer. Harvesters are informed of file changes via inotify, and log messages hop from harvester to server to web client via TCP and socket.io, respectively.
Log.io uses a stateless TCP API to receive log messages.
Writing a third party harvester is easy. Open a TCP connection to the server and begin writing properly formatted messages to the socket.


