Frappe.logs() where to check the logs

Hi all,
I wrote frappe.logs() on which file I need to see my logs

do console.log(YourTest) in js file and see logs in browser

Thanks for your reply, but i want logs on py file

Hi @Aswin_Lakshmanan,

Use

frappe.errprint("Hello")

Output:

2 Likes

Thank you @NCP