partial logs not showing colors
See original GitHub issuefollow to #212
- Jenkins Version:2.263.1
- AnsiColor Version: compiled the branch of tszmytka:212-partial-log-output
- Operating System running Jenkins: Ubuntu 14.04.6 LTS
repreduces: free style job
#!/bin/bash
set -x
for i in {1..5000}; do
echo -e $i '\033[0;37;42m[10]\033[0m \033[32m my letters\033[0m'
done



Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:40 (1 by maintainers)
Top Results From Across the Web
Docker logs not showing colors (express + nodejs image)
I was expecting the logs to show up with colors in the command line as they do without docker (e.g. node index.js )....
Read more >Using console colors with Node.js - LogRocket Blog
Use Chalk, Colors.js, and Color-CLI to implement console colors in Node.js apps and make your apps' outputs more readable.
Read more >Turn off color in bash for logs - Unix & Linux Stack Exchange
I am running Ansible on multiple machines and redirecting the output to a file, say log-$(date) , which is mailed to me every...
Read more >API Reference - discord.py
If the logging module is not configured, these logs will not be output anywhere. ... due to an internal working on how Discord...
Read more >Changing colors - Squarespace Help Center
This isn't visible to visitors. For more help, visit the guide for your template. Watch a video. This video applies ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Confirmed with:
AnsiColor: 0.7.5 Jenkins: 2.277.1 Java: 1.8.0b201 OS: CentOS 7.6
But AnsiColor 0.5.3 - works ok.
Confirmed with: