Skip to content

Commit

Permalink
add aqua logging unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
manoelmarques committed Jan 30, 2020
1 parent 7f96f25 commit d6e7b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/optimization/_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ def set_qiskit_optimization_logging(level: int, filepath: Optional[str] = None)
level: minimum severity of the messages that are displayed.
filepath: file to receive logging data
"""
set_logging_level(level, QiskitLogDomains.DOMAIN_OPTIMIZATION, filepath)
set_logging_level(level, [QiskitLogDomains.DOMAIN_OPTIMIZATION], filepath)

0 comments on commit d6e7b27

Please sign in to comment.