dylibso / chicory

Native JVM WebAssembly runtime
Apache License 2.0
447 stars 34 forks source link

Down-level logging in the WasiPreview1 module #534

Open bhelx opened 1 week ago

bhelx commented 1 week ago

https://github.com/dylibso/chicory/blob/b69237737c6f05f74d4c3fafbb1e32a350953e9a/wasi/src/main/java/com/dylibso/chicory/wasi/WasiPreview1.java#L161

I think it would be appropriate to set the log level on all of these to trace or at most debug. It can be quite noisy for the average user.

andreaTP commented 1 week ago

I agree, trace sounds appropriate to me.