Hi!
I keep finding that the log messages do not tell me much about where the error is coming from. For example, I found this error in our logs:
Quote:CRITICAL - 2023-10-25 05:17:38 --> Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes)
in SYSTEMPATH/Language/Language.php on line 197.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
How can I get the log message to tell me which URL/page was accessed that caused this error? It would allow me to better debug and figure out what is triggering this.