From cc2fb0db792d9208c0a610cea4688af4870b33bd Mon Sep 17 00:00:00 2001 From: Jack Rothrock Date: Tue, 10 Feb 2026 14:59:18 -0700 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1e400c1..e9ad634 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,14 @@ Update your [RAILS_ROOT/config/scout_apm.yml](https://scoutapm.com/apps/new_ruby logs_monitor: true logs_ingest_key: ... + logs_capture_level: debug ``` Deploy :rocket: +## Docs +For a complete list of configurations as well as additional information, visit our [docs](https://scoutapm.com/docs/ruby/log-management). + ## Versions We currently maintain two versions: 2.x (Ruby 3.1+) and 1.x (2.6-3.3). These versions/branches have feature parity and a similar release cadence.