-
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. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Check out |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
Check out
cirrus run --help
for--output
option which supports multiple options. If you'll go withsimple
then 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.