Skip to content

NFR - Allow SQL Logging & Debugging options #42

@amsharma9

Description

@amsharma9

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions