If the log is too long, the last one will be omitted.

Author: zacharytaylor, Created: 2020-05-03 14:20:42, Updated:

let myAccount = exchange.GetAccount() Log(‘myAccount’, myAccount)

For example, when I look at the account of a token, the logs are relatively long, with three dots left over, so how do I see all the logs?


More

zacharytaylorreturn cannot print logs for explicit parsing, suggesting adding log length restrictions or giving a way to view the entire log

The grass function main() { return exchange.GetRecords() }

The grassIn the debug tool, return can be seen. There is a maximum length limit in the log to save space.

zacharytaylorWhat do you think? Give me a code example, thank you!