Skip to content

Instantly share code, notes, and snippets.

@jineshqa
Created October 24, 2019 02:45
Show Gist options
  • Save jineshqa/65b7953abf17722c604d6885e0153128 to your computer and use it in GitHub Desktop.
Save jineshqa/65b7953abf17722c604d6885e0153128 to your computer and use it in GitHub Desktop.
# Redirect console output to a file and display on console at the same time.
bundle exec fastlane <your_lane_here> --verbose 2>&1 | tee /path/to/logfile.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment