Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已通读文档,但找不到将日志级别设置为“静默”之类的方法。我不想看到所有的排毒日志信息。我只想看看测试输出。当前的日志级别是:
-l,--loglevel [值] 信息,调试,详细,愚蠢,wss
未指定日志级别默认为 info。
例子:
现在有更多选择 - fatal, error, warn, info, verbose, trace(请参阅文档)
fatal, error, warn, info, verbose, trace
detox test --loglevel fatal
结果是干净的测试执行输出:
--loglevel从你身上删除detox test --loglevel。
--loglevel
detox test --loglevel