Log statements don't appear from within plugins
Bug
console.log statements in plugins don’t appear in the app log.
My plugin has the following:
```
console.log("Acquired token.");
await ctx.toast.show({ message: "Acquired token", 'success', icon: "check_circle" });
```
I see the toast but don’t see the log statement.
Temporary workarounds for anyone else having this issue:
1. Greg said the console statements should work if you’re running a dev build.
2. Use ctx.toast.show (as above) to show short debug messages or ctx.prompt.text (setting your debug string in the textbox’s default value) for longer ones or to copy/paste.
Mac2025.5.6 (20250802.171356)
https://yaak.app/blog/2025.6.0-beta.1
https://yaak.app/blog/2025.6.0