Override the default controller log resource by calling:
action_log_tag_resource :name_with_underscore
# File lib/openshift/controller/action_log.rb, line 14 def action_log_tag_resource(resource) s = resource.to_s.upcase define_method :action_log_tag_resource do s end end