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
Remove excess logs in dab validate command (#3651)
## Why make this change?
- Solves issue #3266
## What is this change?
Remove excessive logs when the user uses `dab validate`.
This includes:
- Removing unnecessary one-liner information logs
- Reducing warning logs so that only more general warnings appear (e.g.
logs related to entities missing `field` descriptions when using MCP)
- Only showing certain relevant information logs when the user uses `dab
start`. All of this is done in order to ensure that the logs in `dab
validate` are not cluttered. (e.g. logs related to REST paths for
entities when enabled)
- Removed logs assertion in tests that used it, as those logs were
removed.
## How was this tested?
- [ ] Integration Tests
- [ ] Unit Tests
- [x] Manual Tests
Tested manually by running `dab validate` and seeing that the logs are
as expected, and ran `dab start` to ensure previous logs didn't change.
## Sample Request(s)
Previous `dab validate` logs:
<img width="959" height="442" alt="image"
src="https://github.com/user-attachments/assets/4d13c362-5e7d-4a82-93a2-0282719b5913"
/>
New `dab validate` logs:
<img width="1469" height="266" alt="image"
src="https://github.com/user-attachments/assets/d15db9be-098c-4e8c-bc6d-6a67e54f6570"
/>
0 commit comments