Code Monkey home page Code Monkey logo

Comments (2)

iamamyth avatar iamamyth commented on July 18, 2024

I don't have a particular affinity for the existing logging infrastructure, but I would just note that changes like this one require a time investment from reviewers and so they need a plausible cost-benefit tradeoff.

The current approach, irrespective of the backing library, has some benefit in its minimalism: Not supporting complex config files means the logging doesn't lock in a particularly set of opinions inherited from a library. If you expose options like file-based config, you're likely stuck with boost, forever, so you make a soft dependency a hard one, effectively increasing the dependency burden. I also don't agree with the characterization that switching from easylogging++ to boost logging eliminates a library dependency, due to the project already using boost: Boost is a collection of many libraries, not one giant library, so every new boost component is a new dependency.

Regardling colorized logging, I don't personally like it, but it exists now, and presumably that means someone thought it worthy of adding. So, removing it requires some buy-in from a variety of parties.

from monero.

Gingeropolous avatar Gingeropolous commented on July 18, 2024

all i know is the existing log system is way better than the original one.

I'm also a fan of the colors - it helps spot things while watching the log stream (because... thats what normal people do, right?)

just my 2 cents.

but then again, no one asked me when they changed from the original logging to the current system, and that was a major improvement.

from monero.

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.