akkudoktoreos.server.eosdash.run_eosdash
- akkudoktoreos.server.eosdash.run_eosdash() None
Run the EOSdash server with the specified configurations.
This function starts the EOSdash server using the Uvicorn ASGI server. It accepts arguments for the host, port, log level, access log, and reload options. The log level is converted to lowercase to ensure compatibility with Uvicorn’s expected log level format. If an error occurs while attempting to bind the server to the specified host and port, an error message is logged and the application exits.
- Returns:
None