You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you set the logger on RestServer, have it set the value on the Router as well. When you set the logger on the Router (including in the previous scenario), set it on the RouteScanner as well.
If you want them to have different loggers, set them in this order:
RestServer
Router
RouteScanner
The text was updated successfully, but these errors were encountered:
When you set the logger on
RestServer
, have it set the value on theRouter
as well. When you set the logger on theRouter
(including in the previous scenario), set it on theRouteScanner
as well.If you want them to have different loggers, set them in this order:
RestServer
Router
RouteScanner
The text was updated successfully, but these errors were encountered: