SQL Query Logging

I need to the SQL being performed upon actions (inserts/updates/etc.).

Other articles refer to setting site_config.json
“logging”: 2,

I’ve tried logging: 1, 2, true ; however, it does not log to any file nor to the JS console.

Any advice would be helpful!

Check your bench console

Thank you- I am a little green on this… is there a command to “tail” or “watch” the SQL as interact? Any help is greatly appreciated!
With Gratitude,
A

There is a logs folder in the root of frappe-bench folder. You can check that out.