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

wasmtime cranelift log pollutes the containerd log #565

Open
Mossaka opened this issue Apr 18, 2024 · 0 comments
Open

wasmtime cranelift log pollutes the containerd log #565

Mossaka opened this issue Apr 18, 2024 · 0 comments
Labels
wasmtime Anything wasmtime shim related

Comments

@Mossaka
Copy link
Member

Mossaka commented Apr 18, 2024

Reproduce

Run containerd locally by running make and then ./bin/containerd --log-level debug in root user. Then invokes the wasmtime shim to execute the demo wasm container: sudo ctr run --rm --runtime=io.containerd.wasmtime.v1 ghcr.io/containerd/runwasi/wasi-demo-app:latest testwasm, then you will see something like:

image

Expected

We should by default turn off cranelift logs as these are low-level compiler logs which don't fit into operational logs like containerd.

@Mossaka Mossaka added the wasmtime Anything wasmtime shim related label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wasmtime Anything wasmtime shim related
Projects
None yet
Development

No branches or pull requests

1 participant