Current Articles | RSS Feed
As part of OpenLogi'cs sales process, we ask customers for an inventory of what open source they have deployed. Typically this inventory is not easy for most enterprises to provide. Most would send emails to a large group of people to ask what open source was being used, and then compile the responses in a spreadsheet. Some companies would have a starting point of a few open source packages that they had approved for use, but they knew that list was a fraction of what was actually deployed. Unfortunately, most software asset management packages don't detect installed open source software.
Read More
<a xhref="http://www.openlogic.com/benchmark-study.php"><img xsrc="http://www.openlogic.com/blogs/wp-content/uploads/2012/04/banner-benchmark-report.png" alt="" /></a>
Processing PostsController#some_action (for 127.0.0.1 at 2008-01-24 10:23:59) [POST] Session ID: b8f0b05d77fc4a5efdc04cf809f810d4 Parameters: {}
def log_processing if logger && logger.info? logger.info "nnProcessing #{controller_class_name}##{action_name} (for #{request_origin}) [#{request.method.to_s.upcase}]" logger.info " Session ID: #{@_session.session_id}" if @_session and @_session.respond_to?(:session_id) logger.info " Parameters: #{respond_to?(:filter_parameters) ? filter_parameters(params).inspect : params.inspect}" end end
module ActionController class Base private def log_processing if logger && logger.info? logger.info "nnProcessing #{controller_class_name}##{action_name} (for [FILTERED]) [#{request.method.to_s.upcase}]" logger.info " Session ID: #{@_session.session_id}" if @_session and @_session.respond_to?(:session_id) logger.info " Parameters: #{respond_to?(:filter_parameters) ? filter_parameters(params).inspect : params.inspect}" end end end end
require File.join(RAILS_ROOT, 'extras', 'extensions')
If you read a post on The Enterprise OSS Blog, please leave a comment. Let us know what you think, even if it's just a few words. Comments do not require approval, but they are moderated.OpenLogic reserves the right to remove any comments it deems inappropriate.