venkateshwaracholan opened a new issue, #4818:
URL: https://github.com/apache/polaris/issues/4818
### Describe the bug
### Description
The Python CLI currently prints a message every time profile information is
loaded from disk:
```python
print(f"Loading profiles from {config_path}")
```
This happens during routine commands such as:
```bash
polaris profiles list
polaris profiles get <profile>
```
Although the message may have been useful for debugging, it is displayed for
all users regardless of whether they are troubleshooting an issue. As a result,
it adds unnecessary noise to the CLI output and can be distracting during
normal usage.
In addition, the extra output can cause problems for scripts and automation
that expect profile commands to return only the requested data.
### To Reproduce
_No response_
### Actual Behavior
_No response_
### Expected Behavior
_No response_
### Additional context
_No response_
### System information
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]