- Introduced a new function `compute_target_rns_loglevel` to centralize the calculation of log levels based on verbosity and quietness.
- Updated `_initiate_link` and `listen` functions to utilize the new logging level computation.
- Improved log level mapping in `RnsHandler` for better clarity and consistency.
- Added unit tests for the new logging level computation and validation of logging behavior.