spotify / XCRemoteCache

Other
825 stars 50 forks source link

Is there a parameter that can suppress the output of logs,such as xcodebuild --silent #219

Open Coder-Star opened 11 months ago

Coder-Star commented 11 months ago

Expected/desired behavior

Relevant integration setup

[ ] CocoaPods cocoapods-xcremotecache plugin [ ] Automatic integration using xcprepare integrate ... [ ] Manual integration [ ] Carthage

polac24 commented 11 months ago

which command/step logs do you mean? CocoaPods/xcprepare/Xcode IDE...?

Coder-Star commented 11 months ago

It should be Xcode。 Let me give you a rough idea of the scenarios I encountered,I am compiling a project as a consumer on a CI machine, and the output log is very large

polac24 commented 11 months ago

Logs from XCRemoteCache are not available from Xcode or xcodebuild, except the summary [RC] Cached build for or [RC] Disabled remote cache for log. Can you give an example log you would like to suppress?