Code Monkey home page Code Monkey logo

Comments (4)

b1lly avatar b1lly commented on September 2, 2024 1

I just kind've invented it. Not sure if any other tools support it.

I think the idea is that:

If you have multiple services running, and an exception is thrown or something is crapped out, it becomes hard to to figure out which one decided to poop. For instance, you'd have to investigate each one of the services logs one at a time until you found it (if you weren't aware of what it could be).

So, the value in the command would be to just see the "tip" (e.g. last few lines) of the logs for ALL of the services running, in ONE command, so that its easy to narrow down.

If it were able to spit out the tail of all of the logs in one command and organize them by service, then I'd be able to identify which one caused the problem and then debug from there more quickly.

from edward.

theothertomelliott avatar theothertomelliott commented on September 2, 2024

Is this similar to any other tools? If there's something I can base this on it would be super handy.

Otherwise I'll use the description as spec :)

from edward.

theothertomelliott avatar theothertomelliott commented on September 2, 2024

I've put together an initial implementation of this on the develop branch, feel free to take a look!
You can install it by opening your edward dir and building from origin/develop:

$ cd $GOPATH/src/github.com/yext/edward
$ git fetch
$ git checkout develop
$ go install

from edward.

theothertomelliott avatar theothertomelliott commented on September 2, 2024

Released with 1.8.18.

from edward.

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.