Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cli-service): #3433 reduce verbose logging in containers when recompiling #3440

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

Soviut
Copy link

@Soviut Soviut commented Feb 9, 2019

Closes #3433

Each time a recompile happens, ~10 lines of logs are generated. When running on a native CLI this isn't a problem since the console clears and redraws in place. However, inside a container, the linear logs become very verbose. See below:

image

This patch only shows the messages on first compile. After that, only the Compiling and Compiling complete messages appear on each subsequent recompile (after the dotted red line below).

image

@Soviut Soviut changed the title fix(cli-service): #3433 reduced verbose logging in containers when recompiling fix(cli-service): #3433 reduce verbose logging in containers when recompiling Feb 9, 2019
@cedricdelpoux
Copy link

3 yers later, still not merged 🙁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Verbose console output in docker container logs
3 participants