Skip to content

Commit 72c7333

Browse files
committed
readme
1 parent 5fb5751 commit 72c7333

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ All thresholds can be overridden without code changes, making the agent CI/CD an
553553
| Variable | Default | Controls |
554554
|---|---|---|
555555
| `ARGUS_ENABLED` | `true` | Set to `false` or `0` for a zero-CPU-overhead global kill-switch |
556-
| `ARGUS_DEBUG` | `false` | Set to `true` to enable the built-in console logger for all agent events |
556+
| `ARGUS_DEBUG` | `true` in `dev` profile, `false` otherwise | Enables the built-in console logger for all agent events. Explicitly set to `false` or `0` to suppress even in dev mode; set to `true` or `1` to force-enable in prod |
557557
| `ARGUS_EVENT_LOOP_THRESHOLD_MS` | `50` | Minimum lag (ms) before an event-loop anomaly fires |
558558
| `ARGUS_MEMORY_GROWTH_BYTES` | `10485760` (10 MB) | Minimum heap growth before a memory-leak anomaly fires |
559559
| `ARGUS_CPU_PROFILE_COOLDOWN_MS` | `60000` | Minimum ms between back-to-back CPU profiles |
@@ -743,7 +743,7 @@ packages/agent/
743743
exporter.ts → OTLP JSON formatter + mTLS transport
744744
otlp-compatible-exporter.ts → Simplified OTLP exporter (API key, no mTLS)
745745
746-
tests/ → Mirrors src/ structure (373 tests, 86 suites)
746+
tests/ → Mirrors src/ structure (508 tests, 86 suites)
747747
```
748748

749749
---

0 commit comments

Comments
 (0)