Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor log masking logic in client API
Renamed the variable `should_logs_masking` to `should_mask_logs` and updated its condition for better readability and understanding in core client API. This variable is used to determine if logs should be masked or not based on the effective logging level. This change is crucial for managing logs' visibility and enhancing overall system security.
- Loading branch information