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
Hi, thanks for this library, really impressed by how similar everything is to the Rest framework and hopefully this can become as popular some day.
One large worry that I noticed immediately on working with this framework was the lack of logging, I had to work with logs on the client side to know things are working or not. However, in a production scenario there are a large number of cases where we rely more on server logging and monitoring since it is easier to manage.
Suggestions:
Access log for all requests made to the server
Application log which logs any failures encountered in processing a request
Preferably create an exception handler since they can be handled with frameworks for realtime monitoring like Cloudwatch or Sentry.
The text was updated successfully, but these errors were encountered:
Hi, thanks for this library, really impressed by how similar everything is to the Rest framework and hopefully this can become as popular some day.
One large worry that I noticed immediately on working with this framework was the lack of logging, I had to work with logs on the client side to know things are working or not. However, in a production scenario there are a large number of cases where we rely more on server logging and monitoring since it is easier to manage.
Suggestions:
The text was updated successfully, but these errors were encountered: