add debug statement to evaluate page (#4396)

This commit is contained in:
Khaleel Al-Adhami 2024-11-18 18:21:45 -08:00 committed by GitHub
parent 3f58ceef95
commit 22329e592e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -854,6 +854,7 @@ class App(MiddlewareMixin, LifespanMixin):
self.theme.appearance = None
for route in self.unevaluated_pages:
console.debug(f"Evaluating page: {route}")
self._compile_page(route)
# Add the optional endpoints (_upload)