Commit 0033dfd
Standarise log_tag, msg on scuba samples for loadshedding and rate limiting
Summary:
The current issue is tha tloadshedding and ratelimitting leverage different columns for detailed logging, see https://fburl.com/scuba/mononoke_test_perf/atdsnwdz
So I want ratelimiting logging to look more like the loadshedding one, so I'm adding a generic log tag and moving the specific logging to msg
Reviewed By: lmvasquezg
Differential Revision: D75142266
fbshipit-source-id: 91c2389ed32bf15a3f022f041b579cd0e54ea33c1 parent 9e8302d commit 0033dfd
1 file changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
89 | | - | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
103 | | - | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
118 | | - | |
119 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
120 | 123 | | |
121 | | - | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| |||
0 commit comments