Skip to content

Commit

Permalink
Change log level in backend_converter (#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 committed Sep 16, 2024
1 parent 4c218a1 commit 3f97c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/utils/backend_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def _get_value(prop_dict: Dict, prop_name: str) -> Any:
or prop_name_map[name] is None
or qubits not in prop_name_map[name]
):
logger.info(
logger.debug(
"Gate calibration for instruction %s on qubits %s is found "
"in the PulseDefaults payload. However, this entry is not defined in "
"the gate mapping of Target. This calibration is ignored.",
Expand Down

0 comments on commit 3f97c38

Please sign in to comment.