README.md in logjam_agent-0.25.3 vs README.md in logjam_agent-0.26.0
- old
+ new
@@ -82,9 +82,13 @@
# It is also possible to ovveride this on a per request basis,
# for example in a Rails before_action
# LogjamAgent.request.log_device_ignored_lines = /^\s*(?:Rendered|REDIS)/
+ # Configure maximum size of logged paremters and envronment variables sent to
+ # logjam. Defaults to 1024.
+ # self.max_logged_param_size = 1024
+
# 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.