Checking outputs of python file

Where does all the print commands in python file display their outputs in frappe?

Use frappe.errprint()

1 Like

where does this print that message and where can I find details for such commands.
Thanks in advance.

Check browser console for the output of frappe.errprint

Here’s the help to open javascript console: web development - How do I open the JavaScript console in different browsers? - Webmasters Stack Exchange