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
Current problem - there is no unified way to get logger both in server and client.
Current solution uses winston for server and console for client. But this abstraction is not enough.
There is no child loggers in clients.
Also winston and console is env specific.
Suggested solution - introduce highlevel logger for both server and client which uses winston and console as printers.
The text was updated successfully, but these errors were encountered:
Current problem - there is no unified way to get logger both in server and client.
Current solution uses winston for server and console for client. But this abstraction is not enough.
There is no child loggers in clients.
Also winston and console is env specific.
Suggested solution - introduce highlevel logger for both server and client which uses winston and console as printers.
The text was updated successfully, but these errors were encountered: