wix / Detox

Gray box end-to-end testing and automation framework for mobile apps
https://wix.github.io/Detox/
MIT License
11.25k stars 1.92k forks source link

How to suppress ios simulator message #4575

Open owens-ben opened 2 months ago

owens-ben commented 2 months ago

Description

How can I suppress this message, such that it only appears when running with --loglevel debug?

I understand it could be useful in theory but in my years of using Detox I haven't used it once (at least to any effect). It mostly is just a big distraction.

11:00:54.276 detox[78023] i com.myapp.app.qa launched. To watch simulator logs, run:
        /usr/bin/xcrun simctl spawn 05D9F38F-B251-4FBF-BA45-6069AC36C4BF log stream --level debug --style compact --predicate 'process == "Jabra Enhance Select"'

Your environment

Detox version: "20.26.2", React Native version: 0.74.1 Node version: Device model: OS: Test-runner (select one): jest / other

### Tasks
owens-ben commented 2 weeks ago

Anyone able to help with this?