Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 89423
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T22:42:51+00:00 2026-05-10T22:42:51+00:00

In rails I want to log some information in a different log file and

  • 0

In rails I want to log some information in a different log file and not the standard development.log or production.log. I want to do this logging from a model class.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T22:42:52+00:00Added an answer on May 10, 2026 at 10:42 pm

    You can create a Logger object yourself from inside any model. Just pass the file name to the constructor and use the object like the usual Rails logger:

    class User < ActiveRecord::Base   def my_logger     @@my_logger ||= Logger.new('#{Rails.root}/log/my.log')   end    def before_save     my_logger.info('Creating user with name #{self.name}')   end end 

    Here I used a class attribute to memoize the logger. This way it won’t be created for every single User object that gets created, but you aren’t required to do that. Remember also that you can inject the my_logger method directly into the ActiveRecord::Base class (or into some superclass of your own if you don’t like to monkey patch too much) to share the code between your app’s models.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 62k
  • Answers 62k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer SELECT TO_DATE('31.12.9999 23:59:59', 'dd.mm.yyyy hh24:mi:ss') FROM dual Note that minimal… May 11, 2026 at 10:09 am
  • added an answer In the 'Variables' view (as seen in your screenshot) click… May 11, 2026 at 10:09 am
  • added an answer Finally I'm using Oracle TRANSLATE function, in a named query… May 11, 2026 at 10:09 am

Related Questions

In rails I want to log some information in a different log file and
I want to log user's actions in my Ruby on Rails application. So far,
I want to override the JSON MIME type (application/json) in Rails to (text/x-json). I
I want to use the Date::ABBR_MONTHS constant in my rails application. I see the
I have some data that I want to store somewhere in my Rails app
I have a site in rails and want to have site-wide settings. One part
I want to upload and then process a file in a Ruby on Rails
I'm trying to get tags working in my rails application and want to use
I am using single table inheritance in my rails application, and want to explicitly
In my rails app I use the validation helpers in my active record objects

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.