Skip to content

Commit

Permalink
Demote pylink log messages
Browse files Browse the repository at this point in the history
Too much stuff printed
  • Loading branch information
ldab authored and Kampi committed Jul 17, 2024
1 parent 7700a3b commit 94c55c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pytest/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def flash():

def read_rtt(target_device="nRF5340_XXAA", timeout_ms=10000):
"""Read Segger RTT output"""
jlink = pylink.JLink()
jlink = pylink.JLink(level=logging.WARNING)
log.info("Connecting to JLink...")
jlink.open(serial_no=SERIAL_NUMBER)
log.info("Connecting to %s..." % target_device)
Expand Down

0 comments on commit 94c55c4

Please sign in to comment.