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

A few lines still print when starting sandbox with ARC_QUIET #1045

Closed
mikemaccana opened this issue Jan 5, 2021 · 2 comments
Closed

A few lines still print when starting sandbox with ARC_QUIET #1045

mikemaccana opened this issue Jan 5, 2021 · 2 comments
Assignees

Comments

@mikemaccana
Copy link
Contributor

mikemaccana commented Jan 5, 2021

Describe the issue
A few lines still print when starting sandbox with ARC_QUIET

Steps to reproduce
During await sandbox.start();

Expected behavior
During await sandbox.start();, with the env var ARC_QUIET set to 'true' (I know any string works), 3 lines still print:

 console.log

          http://localhost:3333


      at _started (node_modules/@architect/sandbox/src/http/index.js:118:21)

    console.log
      ✓ Sandbox Started in 84ms

      at Object.done (node_modules/@architect/utils/updater/index.js:81:27)

    console.log
      ✈︎ Local environment ready!

      at Array._ready (node_modules/@architect/sandbox/src/sandbox/start.js:96:17)

Desktop
@architect/sandbox@3.3.3

@mikemaccana
Copy link
Contributor Author

As mentioned in Slack

@ryanblock
Copy link
Member

Patched in architect/sandbox#538, will be in next Sandbox / Arc release. Thanks!

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

No branches or pull requests

2 participants