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

how set trace level in wasmbrowser #110928

Closed
srxqds opened this issue Dec 24, 2024 · 0 comments
Closed

how set trace level in wasmbrowser #110928

srxqds opened this issue Dec 24, 2024 · 0 comments
Labels
needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners

Comments

@srxqds
Copy link
Contributor

srxqds commented Dec 24, 2024

I have set MONO_TRACE_LEVEL and MONO_LOG_MASK

const { setModuleImports, getAssemblyExports, getConfig, runMain, runtime } = await dotnet
    .withEnvironmentVariable("MONO_LOG_LEVEL", "warning")
    .withEnvironmentVariable("MONO_LOG_MASK", "all")
    .withApplicationArguments("start")
    .create();

Image

but not log output

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Dec 24, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Dec 24, 2024
@srxqds srxqds closed this as completed Dec 25, 2024
@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners
Projects
None yet
Development

No branches or pull requests

1 participant