Hello,
I have been seeing multiple entries in the server.log which I cannot reproduce on my local version and I am not able to track down. I see the entry in the log but the site doesn't seem to have any issues and keeps working fine. Any ideas what could be the root cause for this? This is the output in the server.log :
2024-01-15 10:34:27 Error running WSGI application
2024-01-15 10:34:27 RecursionError: maximum recursion depth exceeded
2024-01-15 10:34:27 File "/usr/local/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 132, in __call__
2024-01-15 10:34:27 response = self.get_response(request)
2024-01-15 10:34:27
2024-01-15 10:34:27 File "/usr/local/lib/python3.9/site-packages/django/core/handlers/base.py", line 143, in get_response
2024-01-15 10:34:27 log_response(
2024-01-15 10:34:27
2024-01-15 10:34:27 File "/usr/local/lib/python3.9/site-packages/django/utils/log.py", line 241, in log_response
2024-01-15 10:34:27 getattr(logger, level)(
2024-01-15 10:34:27
2024-01-15 10:34:27 File "/usr/local/lib/python3.9/logging/__init__.py", line 1458, in warning
2024-01-15 10:34:27 self._log(WARNING, msg, args, **kwargs)
2024-01-15 10:34:27
2024-01-15 10:34:27 File "/usr/local/lib/python3.9/logging/__init__.py", line 1589, in _log
2024-01-15 10:34:27 self.handle(record)
2024-01-15 10:34:27
2024-01-15 10:34:27 File "/usr/local/lib/python3.9/logging/__init__.py", line 1599, in handle
2024-01-15 10:34:27 self.callHandlers(record)
2024-01-15 10:34:27
2024-01-15 10:34:27 File "/usr/local/lib/python3.9/logging/__init__.py", line 1661, in callHandlers
2024-01-15 10:34:27 hdlr.handle(record)
2024-01-15 10:34:27
2024-01-15 10:34:27 File "/usr/local/lib/python3.9/logging/__init__.py", line 952, in handle
2024-01-15 10:34:27 self.emit(record)
2024-01-15 10:34:27
2024-01-15 10:34:27 File "/usr/local/lib/python3.9/logging/__init__.py", line 1086, in emit
2024-01-15 10:34:27 stream.write(msg + self.terminator)
2024-01-15 10:34:27
2024-01-15 10:34:27 File "/usr/local/lib/python3.9/logging/__init__.py", line 1475, in error
2024-01-15 10:34:27 self._log(ERROR, msg, args, **kwargs)
2024-01-15 10:34:27
2024-01-15 10:34:27 File "/usr/local/lib/python3.9/logging/__init__.py", line 1589, in _log
2024-01-15 10:34:27 self.handle(record)
...
2024-01-15 10:34:31
2024-01-15 10:34:31 File "/usr/local/lib/python3.9/logging/__init__.py", line 1083, in emit
2024-01-15 10:34:31 msg = self.format(record)
2024-01-15 10:34:31
2024-01-15 10:34:31 File "/usr/local/lib/python3.9/logging/__init__.py", line 927, in format
2024-01-15 10:34:31 return fmt.format(record)
2024-01-15 10:34:31
2024-01-15 10:34:31 File "/usr/local/lib/python3.9/logging/__init__.py", line 663, in format
2024-01-15 10:34:31 record.message = record.getMessage()
[edit by admin: formatting]