Skip to content

jay3sh/logfire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogFire is a modern log collector and viewer, that we have written to use at 3DTin

It uses MongoDB to save the log messages.

Instead of directly writing to MongoDB - which can potentially take long time over network - we write the log messages to Redis' PubSub channel.

LogFire also comes with an HTTP server that lets you browse log messages saved in the database. Using websockets it also allows realtime delivery of log messages to the browser as they get logged on the server.

About

A Modern Log Collector and Viewer - using MongoDB, Redis, WebSockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published