Created
October 24, 2019 02:45
-
-
Save jineshqa/65b7953abf17722c604d6885e0153128 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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