How Can I Build My Own Log Storage System Without Using External Tools?

0
9
Asked By CuriousCoder42 On

I'm developing a software system that needs a robust log storage feature, similar to what Grafana Loki offers. However, due to our organization's policies, I can't use Loki or any external logging systems, whether they're open source or commercial. I'm looking for advice or insights on how to build a custom log storage solution that meets these requirements. Any suggestions would be greatly appreciated!

2 Answers

Answered By TechieGuru99 On

It's tough to have such a strict policy. Are you really restricted from using any self-hosted logging tools, or just external ones? Building a custom solution can be incredibly time-consuming and may not be worth it in the long run.

Answered By QueryMaster007 On

If your org really won’t budge on the policy, maybe it’s time to push for a change in that. Honestly, trying to replicate Loki’s features from scratch sounds like a headache—consider the implications of that policy.

CuriousCoder42 -

My supervisor does shoot down every external tool I suggest. They want me to implement everything on my own.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.