server: emit logs for every HTTP request to help debug API traffic
This commit is contained in:
parent
a644e0e7a0
commit
50977dd4fe
2 changed files with 2 additions and 2 deletions
|
|
@ -97,4 +97,4 @@ function simulationEnabled() {
|
|||
export const routes = createRoutes()
|
||||
|
||||
export const webHandler = () =>
|
||||
HttpRouter.toWebHandler(routes.pipe(Layer.provide(HttpServer.layerServices)), { disableLogger: true })
|
||||
HttpRouter.toWebHandler(routes.pipe(Layer.provide(HttpServer.layerServices)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue