|
I'm using cirrus-cli to build an application locally. When I run the build using cirrus run, the output shown on screen only shows about three or four lines of logging and refreshes often. Is it possible to get a nicely formatted log output for debugging? I've seen this output in a couple of issues and I'm not sure how they are getting a log like that. |
Replies: 2 comments 1 reply
|
Check out |
|
Thanks for the quick response! Can you tell me how this author got his output with the timestamps? I went through all of the options and none seem to have timestamps. |
Check out
cirrus run --helpfor--outputoption which supports multiple options. If you'll go withsimplethen it will just output everything in plain text. If you are running Cirrus CLI in some CI like GHA or Teamcity then we support special output format for these CIs too.