
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
active_support-custom_logger
Advanced tools
Adds timestamp, request UUID and parent Process ID to each line of the Rails logger. Works on Rails 3.x & 4.x.
[2014-09-17T16:33:48] [663a7b21] [85324] Started GET "/" for 127.0.0.1 at 2014-09-17 16:33:48 -0700
[2014-09-17T16:33:48] [663a7b21] [85324] Processing by RootController#index as HTML
[2014-09-17T16:33:49] [663a7b21] [85324] Rendered root/index.html.haml within layouts/application (0.1ms)
[2014-09-17T16:33:49] [663a7b21] [85324] Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.0ms)
Rails' Tagged Logging works for most cases, but for anything that needs to evaluate more than once per request (like a timestamp) log tags are insufficient. Custom Logger alias_method_chain's methods in ActiveSupport's BufferedLogger (Rails 3.x) or SimpleFormatter (Rails 4.x) in order to get a timestamp on each line in the log.
These three items are currently not configurable as it's version 0.0.1 and I'm making this for internal B/R use.
Add this line to your application's Gemfile:
gem 'active_support-custom_logger'
And then execute:
$ bundle
Or install it yourself as:
$ gem install active_support-custom_logger
Specs.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that active_support-custom_logger demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.