Closed 0xE282B0 closed 9 months ago
When I check out the 0.10.0 tag and do a make install the logs are working.
That't super strange. Umm I am not sure the binary stripping would affect logging as it's set up with spin's hooks.
Hey @0xE282B0 , could you please veirfy that the binary you were using is indeed v0.10.0
?
Hi, There was indeed no problem with the release, only the log message was removed from the test image in this commit a week before. I guess I had an old version cached in my cluster where the log message was still there, and with the K3d quickstart cluster I didn't see it because it was removed from the code.
In short, the actual behavior of the test image is that the /hello
endpoint does not log anything, but the /go-hello
endpoint does. I'll close this issue.
Hi, I noticed that with the release (at least 0.9.3 and 0.10.0) there are again no logs from within the module. When I check out the 0.10.0 tag and do a
make install
the logs are working.Expected output with the
ghcr.io/deislabs/containerd-wasm-shims/example s/spin-rust-hello:latest
image after callinglocalhost:80/hello
:Could it be something related to the binary stripping during release process?