Showing 4 videos tagged with logging

Episode 0.13 - log_buddy

"log_buddy is your friendly little log buddy at your side, helping you dev, debug, and test." - Relevance, Inc.
Tags:

Railscast - Episode 9: Filtering Sensitive Logs

00:02:42 railscasts.com
Are you accepting sensitive user data? Passwords, credit card numbers, etc. By default, Rails stores all submitted parameters in plain text in the logs. This episode will show you how to filter this sensitive input so it doesn't show up in the log file.

Railscast - Episode 86: Logging Variables

00:06:37 railscasts.com
Have you ever wanted to easily log all variables? Now you can by using some advanced Ruby concepts as shown in this episode.

Railscast - Episode 97: Analyzing the Production Log

00:05:55 railscasts.com
In order to improve performance of your Rails application you need to find the bottlenecks. A great starting point is your production log. In this episode you will see how to use RAWK to analyze your log file and determine which controller actions take up the most processing time.