[SERVER-46405] Remove {get,set,clear}MinimumLoggedSeverity from logger V1 API Created: 25/Feb/20 Updated: 29/Oct/23 Resolved: 28/Feb/20 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Logging |
| Affects Version/s: | None |
| Fix Version/s: | 4.3.4 |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Mark Benvenuto | Assignee: | Mark Benvenuto |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Backwards Compatibility: | Fully Compatible |
| Participants: |
| Description |
|
Remove {get,set,clear}MinimumLoggedSeverity from logger V1 API For unittests, keep these functions as is but in a separate header for only tests. For non-test code, make callers grab the global domain and set the severity instead of using a single function call like today. |
| Comments |
| Comment by Githook User [ 27/Feb/20 ] |
|
Author: {'username': 'markbenvenuto', 'name': 'Mark Benvenuto', 'email': 'mark.benvenuto@mongodb.com'}Message: MinimumLoggedSeverity from logger V1 API |