You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application is configured to log to logs/access.log and logs/main.log.
Main log
Not sure if this is the default state or part of the developer edition, but almost all SQL commands and lots of other things are put into the main.log.
You can view the log live with the following command: tail -f logs/main.log
Development Debugging
It is suggested to use an IDE that supports debugging, but in the case where that is not available, you use the following to help debug.
Output variables with web.debug(variable). This will get outputted to the logs/main.log, not the terminal.