Feature Request
Is your feature request related to a problem or unsupported use case? Please describe.
There has been several occasions where the first setup of Ralph was a pain caused by environment variables not properly set.
At the moment, when starting Ralph LRS through uvicorn, it is hard to know if it is using the default settings or if it has correctly taken into account the specified settings.
Describe the solution you'd like
Add the possibility to log debug informations at the start of Ralph through uvicorn, similarly to how it's done when starting Ralph LRS through ralph runserver command.
Feature Request
Is your feature request related to a problem or unsupported use case? Please describe.
There has been several occasions where the first setup of Ralph was a pain caused by environment variables not properly set.
At the moment, when starting Ralph LRS through uvicorn, it is hard to know if it is using the default settings or if it has correctly taken into account the specified settings.
Describe the solution you'd like
Add the possibility to log debug informations at the start of Ralph through uvicorn, similarly to how it's done when starting Ralph LRS through
ralph runservercommand.