containerd / containerd/runwasi

wasmtime cranelift log pollutes the containerd log

Open
#565 2 comments 0 reactions 0 assignees View on GitHub
wasmtime
Dominant language
Rust
Stars
1.3k
Forks
131
PR merge metrics
No merged PRs in 30d

Description

## 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](https://github.com/containerd/runwasi/assets/5447827/e2d4f375-aef9-4b9d-a676-578783d41be1)

## 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.