Giter Site home page Giter Site logo

Comments (4)

op avatar op commented on July 19, 2024

That's weird. How does the imports differ between these two places? Same package path?

In logger.go, there's a init() function which might be the culprit. However, the Go specification says that;

If a package has imports, the imported packages are initialized before initializing the package itself.
If multiple packages import a package P, P will be initialized only once.

from go-logging.

sent-hil avatar sent-hil commented on July 19, 2024

They don't differ, this is roughly the structure:

go/
   src/
       github/
          op/
            go-logging
       koding/ (name of my company)
          tools
             logger (the wrapper package that imports go-logging)
          somelib
             somelib_a (imports koding/tools/logger)
          workers
             worker_a (imports koding/tools/logger and somelib_a)

Yea that's what I thought, init() calls Reset() which sets level to DEBUG. Also one thing I noticed is the debug levels are only reset for somelib_a, not the worker.

from go-logging.

op avatar op commented on July 19, 2024

Thanks. I'll try to have a look at it as soon as I get time to. Would be neat if you could provide me with a way to reproduce this. I'm going for almost two weeks vacation soon. Can't make any promises.

PS. If I were you, I would print-debug some. Try adding some code to the Reset() function. Try adding some code to your logger method. Maybe you can try to use sync.Once in the tools/logger which only sets it up from the configuration once? Could it be a race there?

from go-logging.

op avatar op commented on July 19, 2024

I haven't been able to reproduce this. Closing for now.

from go-logging.

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.