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
Your logger.ts example does not show any information about the client that sent the incoming request.
The IP address of the client is probably the most important information to log, so it would be nice if the Request class contained this information as well, in addition to the requested URL.
The text was updated successfully, but these errors were encountered:
Hi @sergetymo,
Your
logger.ts
example does not show any information about the client that sent the incoming request.The IP address of the client is probably the most important information to log, so it would be nice if the
Request
class contained this information as well, in addition to the requested URL.The text was updated successfully, but these errors were encountered: