In case of meteor, farpoint/meteor-winston-client can be used for logging within client folder and tomrogers3/meteor-winston can be used for logging within the server folder.
But what about the code that is placed in common folders, i.e. any folder except client and server?
SO in meteor, what ever is placed in client folder is deployed on client side and what ever is placed in server folder is deployed on server side. But what ever is placed in any other folder is deployed on both client and server side. So this question is about those common folders.
In case of meteor, farpoint/meteor-winston-client can be used for logging within client folder and tomrogers3/meteor-winston can be used for logging within the server folder.
But what about the code that is placed in common folders, i.e. any folder except client and server?
SO in meteor, what ever is placed in client folder is deployed on client side and what ever is placed in server folder is deployed on server side. But what ever is placed in any other folder is deployed on both client and server side. So this question is about those common folders.