Amit Gupta

Flowgger - A logging framework that reduce logs size by 90%

Flowgger is a logging framework. This reduces the size of logs drastically up to 90% by leveraging predefined flows. All the logs of a flow in single line reduce debugging time. User can also pause play logs at runtime without deployment.

Add a comment

Replies

Best
Amit Gupta
Maker
📌
In my last project, a developer by mistake left the debugging logs in the production release. Everyone was in meeting next week. Such situations are sometimes unavoidable. Large log files raise alarms, increase cost, and makes debugging difficult. This made me to come up with the concept of log signalling where you just log to find the path your code is taking to serve a request.