As per the docs docs/current/developer-docs/developer-tools/cli-tools/cli-reference/dfx-canister#dfx-canister-logs
I’m trying to get all the logs of my canister using the command specified in the above doc but it looks like that command has been removed or in dfx 0.17.0 it isn’t available as my --help doesn’t show the command as existing.
So I have two questions
How can i quickly get all the logs?
How can i log out complex data structures in a rust canister?
All the best