log.io

 1 like

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 screenshot 1

License model

  • FreeProprietary

Application type

Platforms

  • Mac
  • Windows
  • Linux
  • Self-Hosted
Discontinued

Hasn't been updated in four years. See https://github.com/NarrativeScience/Log.io

  No rating
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Logging
  2.  Server Monitoring

 Tags

  • monitoring-software
  • logs

log.io News & Activities

Highlights All activities

Recent activities

No activities found.

log.io information

  • Developed by

    Unknown
  • Licensing

    Proprietary and Free product.
  • Alternatives

    41 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

File Management

Our users have written 0 comments and reviews about log.io, and it has gotten 1 likes

log.io was added to AlternativeTo by conradsteink on Feb 14, 2017 and this page was last updated Mar 11, 2019.
No comments or reviews, maybe you want to be first?
Post comment/review

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.