Commit 1addbec
Add MCCL_SCUBA_LOG_LEVEL cvar for log filtering (#734)
Summary:
Pull Request resolved: #734
Adds a new configuration variable to control the verbosity of MCCL Scuba logging. This enables operators to filter out lower-priority logs and reduce noise in Scuba tables, improving observability by focusing on the most relevant events (critical errors, high-priority events, etc.) while reducing storage costs and query complexity.
Also making MCCL_SCUBA_ENABLED=true by default so that we always have log for any job.
Reviewed By: dboyda
Differential Revision: D93675354
fbshipit-source-id: 323d3b1c2e5b50b005447a0e27b2567cc9c68e6f1 parent 48868e8 commit 1addbec
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2807 | 2807 | | |
2808 | 2808 | | |
2809 | 2809 | | |
| 2810 | + | |
| 2811 | + | |
| 2812 | + | |
| 2813 | + | |
| 2814 | + | |
| 2815 | + | |
| 2816 | + | |
| 2817 | + | |
| 2818 | + | |
| 2819 | + | |
| 2820 | + | |
| 2821 | + | |
| 2822 | + | |
| 2823 | + | |
| 2824 | + | |
2810 | 2825 | | |
2811 | 2826 | | |
2812 | 2827 | | |
| |||
0 commit comments