-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hello,
I wanted to request you to add the facility to log SQL statements in your framework. See this:
https://docs.phalconphp.com/en/latest/reference/models.html#logging-low-level-sql-statements
I have this in my Base App based config.ini
[app]
name = "base-app"
...
enableDebugging = 1
enableDblogging = 0
Or we can use just Debug & DBLog.
Kindly also provide Debugging boolean for code. We can place our echos, var_dump, \Phalcon\Debug\Dump calls in if (enableDebugging) { ...
Thanks
Amal
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels