monogon-dev / monogon

The Monogon Monorepo. May contain traces of peanuts and a ✨pure Go Linux userland✨. Work in progress!
https://monogon.tech
Apache License 2.0
377 stars 9 forks source link

Log streaming fails when entries contain invalid UTF-8 #277

Closed q3k closed 10 months ago

q3k commented 10 months ago
$ metroctl node logs metropolis-XXX --endpoints XXX --dn XXX -f
Error: log stream failed: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8

This should be handled more gracefully than failing the entire log fetch call.