ericholiveira / studio

A nodejs framework to create decoupled and scalable applications
MIT License
488 stars 61 forks source link

Added logs to Studio library #62

Closed ogranada closed 7 years ago

ogranada commented 7 years ago

Logs added to Studio system.

Logs can be enabled via environment variable:

DEBUG=Studio node my-studio-app.js

or

export DEBUG=Studio
node my-studio-app.js
ogranada commented 7 years ago

Hi Erich, I want to include the log functionality in Studio-Cluster, do you think that we should create a common repo or replicate logging.js file in both projects?

ericholiveira commented 7 years ago

I think we should replicate, to keep studio-cluster completely separate from studio. I have plans to create a "more complete" microservices framework on the next months using studio, so its best to keep them separate

ericholiveira commented 7 years ago

Also let me know if you want to get involved in this new project... i will announce it on slack anyway

0granada commented 7 years ago

Sure, I want to participate.

ericholiveira commented 7 years ago

Great... i will let you know... probably starting it in the next month

0granada commented 7 years ago

OK