Giter Site home page Giter Site logo

Inconsistent logs about lograge HOT 9 CLOSED

roidrage avatar roidrage commented on July 25, 2024 1
Inconsistent logs

from lograge.

Comments (9)

mpugach avatar mpugach commented on July 25, 2024 2

For now you can delete the middleware responsible for this and add the backtrace to the payload if you want.

  config.middleware.delete ActionDispatch::DebugExceptions

  config.lograge.custom_options = lambda do |event|
    payload = { params: event.payload[:params].except('controller', 'action', 'format') }

    exception_object = event.payload[:exception_object]

    payload.merge!({ backtrace: exception_object.backtrace.join("\n") }) unless exception_object.blank?

    payload
  end

from lograge.

JacobEvelyn avatar JacobEvelyn commented on July 25, 2024

+1

from lograge.

clintmiller avatar clintmiller commented on July 25, 2024

👍 Is this happening because the exception is caught and logged outside of the Rails app? I.e., in Rack middleware?

from lograge.

thelinuxlich avatar thelinuxlich commented on July 25, 2024

if it is, then the documentation is wrong. because I did only what is there

from lograge.

roidrage avatar roidrage commented on July 25, 2024

@clintmiller I'm fairly certain that it is. I'll have a look at how this could be solved.

from lograge.

stupied4ever avatar stupied4ever commented on July 25, 2024

+1

from lograge.

collimarco avatar collimarco commented on July 25, 2024

+1 I use lograge with logstash-event to send events to ELK and I have the same issue: each line of the backtrace is sent separately and thus is displayed in random order, making it useless.

I think that this gem is the appropriate place to fix this logging behavior and would be great to see that fix enabled by default:

Lograge is an attempt to bring sanity to Rails' noisy and unusable, unparsable and, in the context of running multiple processes and servers, unreadable default logging output.

from lograge.

mpugach avatar mpugach commented on July 25, 2024

@collimarco here is a good start Submitting A Pull Request 😉

from lograge.

collimarco avatar collimarco commented on July 25, 2024

@mpugach You can do the same ;) I did not ask anyone to fix this... Sorry if my message was misunderstood: the meaning is that, from a technical point of view (modularity), this feature pertains to the scope of this gem.

@thelinuxlich Can you please keep this issue open? I think that it's a common case and many people faces this issue... It would be useful to keep it open for reference until this behavior is fixed or at least it is better documented

from lograge.

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.