Code Monkey home page Code Monkey logo

Comments (3)

hbarcelos avatar hbarcelos commented on May 20, 2024 2

I don't mean to sound petty or the early-optimizer type, but I'm not sure about the implications of having an extra property.

I believe that a property with "error" as its value doesn't add much information to a computer-friendly format like JSON. This is meant for humans.

Adding ,"logLevelWeight":50 to every log entry adds 21 bytes of redundant information.

Just trying to make some back-of-the-envelope math here. Imagine a mid-sized application that deals with 50,000 requests per day. Imagine also that each request creates 10 log entries, so we are talking about 500,000 log entries per day.

Those extra 21 bytes represent:

  • 10,5 GB in 1 day
  • 315 GB in 1 month
  • 3,78 TB in 1 year

For larger applications, this might become out of hand. (One might argue that larger applications should do some kind of sampling on their logs, but I fundamentally disagree with this).

So I believe that the only information needed in the JSON generated by Roarr should be the logLevel as an integer. Then tools for humans like pretty-print, majorly used during development, should be responsible for translating 50 into ERROR.

from roarr.

gajus avatar gajus commented on May 20, 2024 2

Done

from roarr.

gajus avatar gajus commented on May 20, 2024

Absolutely. It can be added as an additional property, e.g. logLevelWeight. Unless you have suggestion for a better name?

from roarr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.