This project is archived and is in readonly mode.
3.0: Log entries are encoded in base64 (AWDwR3, section 8.4)
Reported by Sam Ruby | October 21st, 2009 @ 04:56 PM | in 3.0.2
http://intertwingly.net/projects/AWDwR3/checkdepot.html#section-8.4
Description: this part of the scenario encourages people to call the logger, and shows them where they can find the information logged... in this case, in logs/development.log. In the process, I discovered that other log entries appear to be base64 encoded.
Inexplicably, the problem appears to be reproducible with Ruby 1.8.7, but not with Ruby 1.9.2.
http://intertwingly.net/projects/AWDwR3/checkdepot-rvm-1.9.2.html#s...
Comments and changes to this ticket
-
Sam Ruby October 28th, 2009 @ 02:00 PM
It looks like this may have been fixed by http://github.com/rails/rails/commit/cbcb947b00a7c6992cfe42c6b369e8...
-
Sam Ruby October 30th, 2009 @ 10:25 AM
- Assigned user set to Yehuda Katz (wycats)
-
Sam Ruby November 11th, 2009 @ 02:44 PM
- Assigned user changed from Yehuda Katz (wycats) to Jeremy Kemper
The following commit made the base64 encoded data return once again:
http://github.com/rails/rails/commit/fca32eb6c5b41e4f19a25b7b246c4a...
-
José Valim January 8th, 2010 @ 01:58 PM
- Assigned user changed from Jeremy Kemper to José Valim
Seems to be related with ActiveSupport::Notifications.
-
Sam Ruby January 15th, 2010 @ 12:37 AM
- Milestone cleared.
Just noting that I have seen this as recently as Thu, 14 Jan 2010 23:18:05 GMT
http://intertwingly.net/projects/AWDwR3/checkdepot-188.html#section...
-
Sam Ruby January 20th, 2010 @ 05:52 PM
- State changed from new to open
The real questions behind this are:
Why didn't 'SQL (0.4ms) UPDATE "sessions" SET "data" =' lines appear in 2.3.x? Why do they inconsistently appear in 3.0pre?
And, quite likely more importantly: why don't log entries always show up in the logs?
-
Sam Ruby February 3rd, 2010 @ 12:51 PM
- State changed from open to resolved
Have not seen an issue since logging became synchronous again.
-
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Medium
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>