You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FFI exposed functions should log when called and right before they return. The read_piece_from_sealed_sector function does not do this, and internal.rs::get_unsealed_range function doesn't log anything either.
The text was updated successfully, but these errors were encountered:
From the issue description: "FFI exposed functions should log when called and right before they return."
Add logging to all the public functions (excl. public trait implementations) within the `api` module.
Closes: #650
Description
FFI exposed functions should log when called and right before they return. The
read_piece_from_sealed_sector
function does not do this, andinternal.rs::get_unsealed_range
function doesn't log anything either.The text was updated successfully, but these errors were encountered: