README.md in logjam_agent-0.24.10 vs README.md in logjam_agent-0.25.0
- old
+ new
@@ -96,9 +96,15 @@
# compression methods are ZLIB_COMPRESSION and SNAPPY_COMPRESSION.
# Snappy is faster and less CPU intensive than ZLIB, ZLIB achieves
# higher compression rates.
# self.compression_method = ZLIB_COMPRESSION
# self.compression_method = SNAPPY_COMPRESSION
+
+ # Activate the split between hard and soft-exceptions. Soft exceptions are
+ # all exceptions below a log level of Logger::ERROR.
+ # Logjam itself can then display those soft exceptions differently.
+ # defaults to `false`
+ self.split_hard_and_soft_exceptions = true
end
```
### Generating unique request ids