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.

Request: do not reset/clear the console output

See original GitHub issue

My team runs this create-react-app as a single process inside docker, in order to host and build our web site (dev version).

It runs beside many other containers, such as the backend api server and our database.

When running docker (such as using docker-compose up), we get the output of all our container’s stdout, which is normally great as we can see any activity as we test and use the app in development.

However, create-react-app resets/clears the console several times, effectively deleting from my screen every other container’s output up until that point.

Is there a way to not reset/clear the screen or a workaround?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
gaearoncommented, Nov 29, 2016

Closing. The fix will be out in the next release (0.8.0).

0reactions
marekciupakcommented, Nov 29, 2016

Yes, it was fixed. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

rust - How to reset the console output? Clearing just shifts the ...
How do I truly clear the screen, like the reset command in Linux? I tried using methods I found on Google, like: print!("{}[2J",...
Read more >
console.clear() - Web APIs - MDN Web Docs
The console.clear() method clears the console if the console allows it. A graphical console, like those running on browsers, will allow it; ...
Read more >
Commands - Tasmota
Commands. Tasmota provides a powerful control interface using commands. Commands can be issued using MQTT, web requests, webUI console and serial ...
Read more >
Verifying whether specific HTTP requests were made | WireMock
Like stubbing, verification also uses WireMock's Request Matching system to filter and query requests. Verification failures, console output and IntelliJ. When ...
Read more >
Console | Node.js v19.3.0 Documentation
When stdout is a TTY, calling console.clear() will attempt to clear the TTY. When stdout is not a TTY, this method does nothing....
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