bin/request-log-analyzer in request-log-analyzer-1.7.0 vs bin/request-log-analyzer in request-log-analyzer-1.8.0
- old
+ new
@@ -32,10 +32,11 @@
command_line.option(:rails_format)
command_line.option(:file, :alias => :e)
command_line.option(:mail, :alias => :m)
command_line.option(:mailhost, :default => 'localhost')
+ command_line.option(:mailsubject)
command_line.option(:parse_strategy, :default => 'assume-correct')
command_line.option(:yaml)
command_line.option(:dump) # To be deprecated
command_line.option(:aggregator, :alias => :a, :multiple => true)
@@ -83,9 +84,10 @@
puts " --database <filename>, -d: Creates an SQLite3 database of all the parsed request information."
puts " --debug Print debug information while parsing."
puts " --file <filename> Redirect output to file."
puts " --mail <emailaddress> Send report to an email address."
puts " --mailhost <server> Use the given server as the SMTP server for sending email."
+ puts " --mailsubject <text> Overwrite default mailsubject."
puts " --no-progress Hide the progress bar."
puts " --output <format> Output format. Supports 'html' and 'fixed_width'."
puts " --report-width <amount> Width of ASCII report. Defaults to terminal width."
puts " --report-amount <amount> Maximum numer of results per report."
puts " --silent Skip the commercials (includes --no-progress)."