GithubHelp home page GithubHelp logo

Comments (10)

spodila avatar spodila commented on August 18, 2024

@dgrnbrg Will do. For immediate help, you could try to debug using this call:
http://netflix.github.io/Fenzo/fenzo-core/com/netflix/fenzo/TaskScheduler.html#getResourceStatus--

from fenzo.

spodila avatar spodila commented on August 18, 2024

You can now use the optional builder method, withDebugEnabled(), to enable additional debugging info. Note that turning this on can print numerous log messages per invocation of scheduleOnce() method, as well as have a performance overhead.
This is in Fenzo 0.8.2.

from fenzo.

dgrnbrg avatar dgrnbrg commented on August 18, 2024

What log namespaces and levels does it use?

Also, why not use the slf4j compatible log levels for enabling/disabling debugging info?

from fenzo.

spodila avatar spodila commented on August 18, 2024

There would be a performance hit by creating the log strings and invoking logger.debug() even if debug is turned off. Therefore, we pick this approach of defining the flag to turn on additional debug info when creating the task scheduler.

from fenzo.

dgrnbrg avatar dgrnbrg commented on August 18, 2024

Depending on the amount of logging, another approach I've seen is to create the log strings inside an if-statement gated by isXXXEnabled(), where XXX is Debug, Info, etc.

The reason I bring this up is that it's very convenient having logging entirely managed through the logging framework, when it comes to temporarily enabling different log levels through a standard config file, or even while the system is running. We sometimes do this in the application I'm using Fenzo in, Cook, since it's made of quite a few major, complex libraries.

from fenzo.

aspyker avatar aspyker commented on August 18, 2024

Fixed via #64

from fenzo.

spodila avatar spodila commented on August 18, 2024

Awesome, thanks @aspyker

from fenzo.

dgrnbrg avatar dgrnbrg commented on August 18, 2024

Yes, thank you!
On Fri, Nov 13, 2015 at 9:16 PM spodila [email protected] wrote:

Awesome, thanks @aspyker https://github.com/aspyker


Reply to this email directly or view it on GitHub
#59 (comment).

from fenzo.

spodila avatar spodila commented on August 18, 2024

0.8.4 has these changes. JavaDocs are updates as well.

from fenzo.

spodila avatar spodila commented on August 18, 2024

Closing this issue since it has been addressed already.

from fenzo.

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.