Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In meteor, what about the logs in common folders? #6

Open
meghadev opened this issue Feb 26, 2016 · 1 comment
Open

In meteor, what about the logs in common folders? #6

meghadev opened this issue Feb 26, 2016 · 1 comment

Comments

@meghadev
Copy link

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.

@meghadev meghadev changed the title In meteor, what about the common logs In meteor, what about the logs in common folders? Feb 26, 2016
@brentjanderson
Copy link
Member

Good question - this package was designed to scratch my own itch, as it were. A general-purpose Winston-like logger that includes routing from client to server to log transport would be ideal in this case. I have not been maintaining this package due to a lack of need to see those logs from the clients at this point, however pull requests are welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants