-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to control the log output #244
Comments
When you call Fastlane from the command line, you can do something like
This should also work in CI. |
Thank you @philipphofmann Unfortunately it is not my case because sentry action is the part of other lane. Stream Is there a plan what could be done to Helper during the cli call? May be pass a param to control the output. |
We set the log level to
I think we should add a parameter for the log level |
@philipphofmann Are you sure?
Looking in this code it prints everything using |
The helper should take the output from sentry-cli and forwards it to |
@denrase can you look into this? |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Currently there is a huge logging during the upload.
Is there a way to omit it or to stream into a file?
The text was updated successfully, but these errors were encountered: