Giter Site home page Giter Site logo

Comments (7)

MatthiasWinkelmann avatar MatthiasWinkelmann commented on August 28, 2024 11

I had the same problem. I solved it by replacing the line

config.logger = ::Logger.new(STDOUT)

with

config.logger = ActiveSupport::Logger.new(STDOUT)

from lograge.

rahilsondhi avatar rahilsondhi commented on August 28, 2024 4

Solved

I found this:

# config/environments/production.rb
# Use default logging formatter so that PID and timestamp are not suppressed.
config.log_formatter = ::Logger::Formatter.new

I commented that line out and everything was gravy.

from lograge.

leonelgalan avatar leonelgalan commented on August 28, 2024

I didn't have that line (updated from older Rails) and still see this issue. I'm using the default formatter (key-value)

from lograge.

toebbel avatar toebbel commented on August 28, 2024

Solution of @rahilsondhi 👎
Solution of @MatthiasWinkelmann 👍

from lograge.

ping0xFF avatar ping0xFF commented on August 28, 2024

Commenting this line as @rahilsondhi worked for me.

  # Use default logging formatter so that PID and timestamp are not suppressed.
  config.log_formatter = ::Logger::Formatter.new

However, I am still seeing "Cache digest ..." messages in my log file. Any ideas?

  Cache digest for /home/sybind/.rvm/gems/ruby-2.2.1@xxx/bundler/gems/spree_bootstrap_frontend-d20c03352917/spree_bootstrap/frontend/app/views/spree/shared/_products.html.erb: f154cddd92bc8447c885e71800fb5896

from lograge.

Seitk avatar Seitk commented on August 28, 2024

@MatthiasWinkelmann's one works for me

from lograge.

huguesbr avatar huguesbr commented on August 28, 2024

solved it by logging to different file: config.lograge.logger = ActiveSupport::Logger.new("#{Rails.root}/log/#{Rails.env}_lograge.log")

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.