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

[Feature]: Flag to disable request log output in theme dev #4714

Open
piotrjoniec opened this issue Oct 22, 2024 · 2 comments
Open

[Feature]: Flag to disable request log output in theme dev #4714

piotrjoniec opened this issue Oct 22, 2024 · 2 comments
Labels
Area: @shopify/theme @shopify/theme package issues open for contributions theme bugs that won't be prioritized in the near future Type: Enhancement New feature or request

Comments

@piotrjoniec
Copy link

What area(s) will this request affect?

Theme

What type of change do you want to see?

New feature

Overview

It'd be great to have a flag to disable the request log output that happens when running shopify theme dev.

Motivation

I’m using concurrently to run both vite and shopify theme dev together. I often need to check the vite output, which frequently gets buried under all the request logs. I've looked at --help and didn't find any way to disable it.

@piotrjoniec piotrjoniec added the Type: Enhancement New feature or request label Oct 22, 2024
@karreiro karreiro added Area: @shopify/theme @shopify/theme package issues open for contributions theme bugs that won't be prioritized in the near future labels Oct 22, 2024
@PhilSole
Copy link

PhilSole commented Nov 18, 2024

Came here to ask about this. The useful links to the local preview and dev editor are so far back in the list of GET requests that they are inaccessible in VSCode.

The app CLI looks like it's got some config options around the "logging level":

https://github.com/Shopify/shopify_app/blob/main/docs/shopify_app/logging.md

Something like that would be good to mute the GETs

Workaround for Windows:

shopify theme dev | Select-String -NotMatch "GET 200"

@pridyok
Copy link

pridyok commented Nov 19, 2024

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: @shopify/theme @shopify/theme package issues open for contributions theme bugs that won't be prioritized in the near future Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants