Query logging
#310
|
I've enabled query logging, but where do I see it? |
Answered by
freost
Jan 24, 2023
Replies: 1 comment
|
If you're working with a an app with backend rendered views then you can use the debug toolbar and inspect them there: If not then you can access the logs using |
0 replies
Answer selected by
lsfratel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

If you're working with a an app with backend rendered views then you can use the debug toolbar and inspect them there:
If not then you can access the logs using
$this->database->getLogs()or$this->database->getConnection()->getLog()for the logs of a specific connection.