Trifle
GitHub
Trifle::Logs

Trifle::Logs

Gem Version Ruby

Simple logger that stores your data and allows you to search on top of it.

Trifle::Logs is a way too simple logger that helps you persist your logs. It is great for scenarios where you wanna simply dump bunch of output into a file and then search on top of it.

Why?

Storing data into logs is nothing new. It is not always super straightforward how to search in your logs. In good ol'days you would simply grep through the logs and call it a day. This interface is missing and your only option is to offload logs to 3rd party services specilising

Trifle::Logs helps you to read through your logs without them leaving your infrastructure. It allows you to tailor configuration to your specific usecase. Because sometimes it is still OK to use puts in 2022.