question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

partial logs not showing colors

See original GitHub issue

follow to #212

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

image

image

image

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:8
  • Comments:40 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
JiffsMaverickcommented, Apr 5, 2021

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.

2reactions
DavidPerezIngenierocommented, Jan 21, 2021

Confirmed with:

  • AnsiColor 0.7.4
  • Jenkins 2.263.2
  • Java 11
  • Amazon Linux 2
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found