GithubHelp home page GithubHelp logo

Comments (4)

pmwmedia avatar pmwmedia commented on May 25, 2024

Thanks to your detailed description I could identify the bug easily. I have fixed the code in my commit ed52182. Can you test it? http://www.tinylog.org/downloads/tinylog-1.0.2.zip. I will publish the official version 1.0.2 soon.

from tinylog.

mottati avatar mottati commented on May 25, 2024

Done. The test now passes.

I made the following change to the dependency section of my build file to test your change:

dependencies {
    testCompile 'junit:junit:4.12'
    // testCompile 'org.tinylog:tinylog:1.0.1'
    testCompile files('lib/tinylog.jar')
}

The result is shown below:

./gradlew clean test  -PlogLevel=debug 
:clean
:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:compileTestJava
:processTestResources UP-TO-DATE
:testClasses
:test

org.tinylog.bugreport.SystemPropertyTest > loggers STANDARD_OUT
    2015-09-29 23:20:44 [Test worker] org.tinylog.bugreport.SystemPropertyTest.loggers()
    INFO: tinylog.level=DEBUG
    2015-09-29 23:20:44 [Test worker] org.tinylog.bugreport.SystemPropertyTest.loggers()
    DEBUG: Log level debug

org.tinylog.bugreport.SystemPropertyTest > loggers PASSED

BUILD SUCCESSFUL

Total time: 1.636 secs

Thanks for your astonishingly quick response. My co-workers were quite impressed with your how quickly you fixed this.

from tinylog.

pmwmedia avatar pmwmedia commented on May 25, 2024

Is fixed in tinylog 1.0.2

from tinylog.

github-actions avatar github-actions commented on May 25, 2024

This closed issue has been locked automatically. However, please feel free to file a new issue.

from tinylog.

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.