Giter Club home page Giter Club logo

Comments (7)

philipphofmann avatar philipphofmann commented on June 21, 2024

When you call Fastlane from the command line, you can do something like

fastlane [your_lane] > output.log

This should also work in CI.

from sentry-fastlane-plugin.

mojidabckuu avatar mojidabckuu commented on June 21, 2024

Thank you @philipphofmann

Unfortunately it is not my case because sentry action is the part of other lane. Stream > operator whole lane hides the output that we want to see in the web console.

Is there a plan what could be done to Helper during the cli call? May be pass a param to control the output.

from sentry-fastlane-plugin.

philipphofmann avatar philipphofmann commented on June 21, 2024

We set the log level to debug if you use verbose for Fastlane

ENV['SENTRY_LOG_LEVEL'] = 'DEBUG' if FastlaneCore::Globals.verbose?

I think we should add a parameter for the log level common_api_config_items, so you can configure it.

from sentry-fastlane-plugin.

mojidabckuu avatar mojidabckuu commented on June 21, 2024

@philipphofmann Are you sure?

Looking in this code it prints everything using UI which under the hood calls regular STDOUT flushing

from sentry-fastlane-plugin.

philipphofmann avatar philipphofmann commented on June 21, 2024

The helper should take the output from sentry-cli and forwards it to UI. The environment variable SENTRY_LOG_LEVEL is used by sentry-cli. If I'm not mistaken, we need to add an option the config, so you can simply configure it via Fastlane.

from sentry-fastlane-plugin.

kahest avatar kahest commented on June 21, 2024

@denrase can you look into this?

from sentry-fastlane-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.