README.md in logjam_agent-0.9.12 vs README.md in logjam_agent-0.10.0

- old
+ new

@@ -53,9 +53,17 @@ # self.ignore_asset_requests = Rails.env.development? # Configure lines which will not be logged locally. # They will still be sent to the logjam server. Defaults to nil. # self.log_device_ignored_lines = /^\s*Rendered/ + + # Configure maximum log line length. Defaults to 2048. + # This setting only applies to the lines sent with the request. + self.max_line_length = 2048 + + # Configure max bytes allowed for all log lines. Defaults to 1Mb. + # This setting only applies to the lines sent with the request. + self.max_bytes_all_lines = 1024 * 1024 end ``` ### Generating unique request ids