Git Product home page Git Product logo

loggo's People

Contributors

renbou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

loggo's Issues

Support streaming logs on the frontend

The backend already fully supports streaming filtered logs, but it isn't implemented on the frontend. Currently, there is a problem with allowing server-side streaming via gRPC-web, perhaps websockets could be used to fix that issue. Not sure if the currently used protobuf-ts supports generating a client for websockets though.

Support scrolling logs on the frontend

Log pagination is implemented on the backend, but not supported on the frontend. It should be implemented using the returned pagination tokens, which should be reused to retrieve new pages of logs when the user has scrolled to the bottom.

Add linting via GolangCI-lint

Include a GolangCI-lint config, fix the issues it finds with the current code, and write an action for it to run on PRs and merges to main.

Support wrapping process instead of reading from piped stdin

Loggo pigeon client should support running in a form like loggo pigeon -- launch app with params, which would launch the app as a child of the logging process, which will allow loggo to properly control graceful shutdown (pass it onto the child, then send all the buffered messages, etc) and to run without a tini init process, like it needs to right now.

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.