Open aspiers opened 12 years ago
Thank you for your note. We're not actively using the github issue tracker feature. Since most crowbar users would like to participate in the conversation, please post your notes and issues to the crowbar mailing list: https://lists.us.dell.com/mailman/listinfo/crowbar .
/opt/dell/crowbar_framework/config/environments/production.rb
contains:
I have no complaint with the use of syslog, but it does cause a mess when Rails outputs stack traces which appear as a single syslog line, e.g.
Clearly that's a bit awkward to read :-) It looks like this might be a limitation of the
syslogger
gem. Crowbar is on the latest version of the gem (1.3.0) and I don't see any issue currently filed regarding this. The nearest I could find was a rejected pull request to actually join multiple lines into a single line!Additionally, there are various
puts
lines (e.g. look atApplicationController::find_user()
incrowbar_framework/app/controllers/application_controller.rb
) which never appear in either syslog or/opt/dell/crowbar_framework/log
- I'm not sure where they vanish to.