Frappe logger issue v14 custom app

I am trying to add logs from the custom app (on v14) using

frappe.logger("frappe.web").debug("Log message created")

But there is nothing that gets logged. Am I missing any settings for v14.
The bench is in developer_mode already.