is there a better way to view function logs than j...
# prisma-whats-new
r
is there a better way to view function logs than just inline in the functions tab? When I try to expand the tab, I dont see anything anymore
2
n
I met the same problem yesterday, I usually use the devtools' inspector to see the detailed log. I think you may wire in some third party logging service with webhooks (or in your function).
r
this seems needlessly difficult, but thanks for the help! going to try the devtools 🙂
👍 1
could you tell me where In the state I can find the logs?
n
I use the "select element to inspect tool" (cmd + shift + C) and select the message in the log's output column.
forgot to say: do not expand the log message before you inspect - just inspect the collapsed view.
r
found it! Thanks!
🍻 1
n
I asked the support about this issue and they've just released a new version of the console and now it seems working for me.
r
wow
thats fast haha