-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add (configurable) remote logging service #550
Comments
@roman87 and @michaelhidalgo, for you to see this in action, replace the token you will find here https://github.com/TeamMentor/TM_4_0_Design/blob/Issue_550_Log_SaaS/node/services/Logging-Service.coffee#L17 with one you create from a test account on https://logentries.com (note: the pushed version only has wired the integration with LogEntries (i.e. Loggly is not receiving data)) This is only capturing log files for TM_Design (I will add TM_GraphDB tomorrow) You should also see a copy of all TM_Design logs (sent to LogEntries) on the .logs folder (with a file created every hour (this could be changed to every day or even every minute) For reference the API used for logging is the https://github.com/winstonjs/winston which seems to be the most mature and recommended node logging api |
|
|
|
as you can see on #536 the local logging is already on both master repos (dev and graphDb) |
What about remote logging, is it off by default :)? |
The code is not there, it is only on the branch |
Changing the priority to be on par with related issue: #553 |
Moving to backlog since there is no requirement for this at the moment. |
While working on #536 I looked at a couple SaaS logging services and was able to quickly create a PoC for Loggly and LogEntries
They are really powerful and configurable, and I think we will get a lot out of it
Here is LogEntries 'live tail' view of all TM_Design log messages and some custom log actions that I added
the code for this will be on the Issue_550_Log_SaaS branch
The text was updated successfully, but these errors were encountered: