You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When viewing the execution log via the rundeck CLI rd executions follow --eid=12345, no colors are displayed. When piping the output to a file, there is only text and no escaped ANSI colors. I have export RD_COLOR=1 in my ~/.rd/rd.conf file to attempt to force it but no luck. Does the CLI support sending over the escaped ANSI color of the execution logs? or just the text?
Thanks
The text was updated successfully, but these errors were encountered:
the API currently returns log entries with stripped ansi colorization codes. I will send an enhancement to enable the original log entries to be returned via the API. Until that is available, the CLI will not be able to show the ansi colorized output.
Hi,
In the rundeck UI logs output, color is parsed and displayed. It is also present in the execution's
.rdlog
. Example:Color gets rendered when tailing the log file
When viewing the execution log via the rundeck CLI
rd executions follow --eid=12345
, no colors are displayed. When piping the output to a file, there is only text and no escaped ANSI colors. I haveexport RD_COLOR=1
in my~/.rd/rd.conf
file to attempt to force it but no luck. Does the CLI support sending over the escaped ANSI color of the execution logs? or just the text?Thanks
The text was updated successfully, but these errors were encountered: