You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -553,7 +553,7 @@ All thresholds can be overridden without code changes, making the agent CI/CD an
553
553
| Variable | Default | Controls |
554
554
|---|---|---|
555
555
|`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|
557
557
|`ARGUS_EVENT_LOOP_THRESHOLD_MS`|`50`| Minimum lag (ms) before an event-loop anomaly fires |
558
558
|`ARGUS_MEMORY_GROWTH_BYTES`|`10485760` (10 MB) | Minimum heap growth before a memory-leak anomaly fires |
559
559
|`ARGUS_CPU_PROFILE_COOLDOWN_MS`|`60000`| Minimum ms between back-to-back CPU profiles |
@@ -743,7 +743,7 @@ packages/agent/
743
743
exporter.ts → OTLP JSON formatter + mTLS transport
744
744
otlp-compatible-exporter.ts → Simplified OTLP exporter (API key, no mTLS)
0 commit comments