## Describe the problem Async setup seems like more trouble than its worth because it messes with the logging order. ## Describe the solution Replace it with a synchronous setup.
Describe the problem
Async setup seems like more trouble than its worth because it messes with the logging order.
Describe the solution
Replace it with a synchronous setup.