Skip to content

wrap skein log error in a try-except block

Mforns requested to merge fix-skein-logs into main

This should fix the problems when the application logs are too long to be passed to gRPC library within the skein client. It catches the exception and returns an explanatory note instead.

Merge request reports