v9.38.0
Highlights
馃攰 Quieter -v: DTX message traffic now requires -vv
The DTXConnection sent/received DEBUG lines used to flood the output of every developer dvt command at plain -v, burying the logs you actually wanted. The pymobiledevice3.dtx logger is now kept at INFO unless verbosity is raised to -vv or higher.
# clean debug output, no DTX message dumps
pymobiledevice3 -v developer dvt ls /
# full DTX message traces back when you need them
pymobiledevice3 -vv developer dvt ls /What's Changed
Full Changelog: v9.37.0...v9.38.0