Setting site log level?

true didn’t make a difference.

I’ve confirmed with some quick testing that frappe.conf is holding whatever I set in the site_config.json, and the logging code path was being hit.

edit: I’ve also confirmed frappe.local.debug_log is in fact being filled with the log messages I expect

It’s looking like either:

  1. debug log is not being flushed for some reason, or
  2. It is, I just don’t know where/not where I expect.

Can someone enlighten me?