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

[Bug]: Can't set log level #157

Closed
gregjacobs opened this issue Jul 5, 2023 · 1 comment
Closed

[Bug]: Can't set log level #157

gregjacobs opened this issue Jul 5, 2023 · 1 comment
Labels
bug Something isn't working untriaged Requires traige

Comments

@gregjacobs
Copy link

What happened?

Trying to set esbuild's log level to attempt to debug a module resolution issue, but no matter what I set in the config, it doesn't seem to apply. Example:

esbuild(
    # ...

    config = {
        "logLevel": "debug",  # ignored
    }
)

Version

Development (host) and target OS/architectures: MacOS Monterey

Output of bazel --version: 6.1.1

Version of the Aspect rules, or other relevant rules from your
WORKSPACE or MODULE.bazel file: rules_esbuild@0.15.0

How to reproduce

No response

Any other information?

No response

@gregjacobs gregjacobs added the bug Something isn't working label Jul 5, 2023
@github-actions github-actions bot added the untriaged Requires traige label Jul 5, 2023
@gregjacobs
Copy link
Author

gregjacobs commented Jul 9, 2023

Never mind! Apologies, my bad on this one. Was using "debug" instead of "verbose" (which is the one I needed), but it seems the logLevel does in fact apply. Closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged Requires traige
Projects
Archived in project
Development

No branches or pull requests

1 participant