instance method
logging_args
Ruby on Rails 2.11.0
Since v2.10.1 Last seen in v2.11.0Available in: v2.10.1 v2.11.0
Signature
logging_args()
No documentation comment.
Source
# File lib/kamal/configuration/proxy/run.rb, line 52
def logging_args
argumentize "--log-opt", "max-size=#{log_max_size}" if log_max_size.present?
end
Defined in lib/kamal/configuration/proxy/run.rb line 52
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Kamal::Configuration::Proxy::Run