Code Monkey home page Code Monkey logo

Comments (2)

stleon avatar stleon commented on June 11, 2024 1

Do you use any logger framework that could change the error logger handlers?

Yes, I use lagger & sasl (for reports). I tested it on turned off sasl error logger:

{sasl, [{sasl_error_logger, false}
           ]},

raven_error_logger handler does not adding automatically.

The problem is in lager. I turn off error_logger_redirect:

lager, [
        {error_logger_redirect, false},

And now it works! Thanks!

from raven-erlang.

MonsieurV avatar MonsieurV commented on June 11, 2024

So, raven-erlang starts without adding report handler raven_error_logger, but I have in sys.config

To my understanding, it does use the raven_error entry you have overridden in your sys.config.

At least I remember using it exactly this way in the 0.3.5 release:

{raven_erlang, [
        {dsn, "https://[email protected]/XX"},
        {error_logger, true}
    ]}

Do you use any logger framework that could change the error logger handlers?

from raven-erlang.

Related Issues (6)

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.