Git Product home page Git Product logo

Comments (11)

bogadana avatar bogadana commented on June 19, 2024 1

default streamhandler doesnt flush on every message

ive managed to make this and it works but for some reason it prints the same thing twice

internal class FlushingStreamHandler(val out: OutputStream, val format: Formatter) : StreamHandler(out, format) {
    override fun publish(record: LogRecord) {
       super.publish(record)
       flush()
    }
}

from revanced-cli.

bogadana avatar bogadana commented on June 19, 2024 1

i can leave it for you cause i have no idea whats wrong

from revanced-cli.

oSumAtrIX avatar oSumAtrIX commented on June 19, 2024

Do you have any idea why this happens?

from revanced-cli.

TheJeterLP avatar TheJeterLP commented on June 19, 2024

Same for me. +1

from revanced-cli.

oSumAtrIX avatar oSumAtrIX commented on June 19, 2024

Can you review this @EdgE790

from revanced-cli.

bogadana avatar bogadana commented on June 19, 2024

not really familiar with java logger. seems like stdout isnt being flushed properly

from revanced-cli.

EdgE790 avatar EdgE790 commented on June 19, 2024

Yep, that's exactly what happened. Will fix it.

from revanced-cli.

EdgE790 avatar EdgE790 commented on June 19, 2024

@bogadana should I prepare PR or are you already working on it?

from revanced-cli.

TheJeterLP avatar TheJeterLP commented on June 19, 2024

@EdgE790 anything new?

from revanced-cli.

EdgE790 avatar EdgE790 commented on June 19, 2024

@TheJeterLP Testing the fix, for now it seems ok.

from revanced-cli.

github-actions avatar github-actions commented on June 19, 2024

🎉 This issue has been resolved in version 2.5.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

from revanced-cli.

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.