8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e97f17 commit 3461df8Copy full SHA for 3461df8
lite_bootstrap/bootstrappers/litestar_bootstrapper.py
@@ -200,6 +200,7 @@ class LitestarBootstrapper(BaseBootstrapper["litestar.Litestar"]):
200
201
def __init__(self, bootstrap_config: LitestarConfig) -> None:
202
super().__init__(bootstrap_config)
203
+ self.bootstrap_config.application_config.debug = bootstrap_config.service_debug
204
self.bootstrap_config.application_config.on_shutdown.append(self.teardown)
205
206
def is_ready(self) -> bool:
0 commit comments