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

More information in the Slack notification #6

Open
evanp opened this issue Mar 1, 2016 · 1 comment
Open

More information in the Slack notification #6

evanp opened this issue Mar 1, 2016 · 1 comment
Assignees

Comments

@evanp
Copy link
Member

evanp commented Mar 1, 2016

We should know:

  1. Which software (api, auth, stats, ...)
  2. Which server (api10, api12, auth2, stats1, ...)

It'd be extra-awesome to get an attached stack trace if there is one.

@evanp evanp self-assigned this Mar 1, 2016
@walkah
Copy link
Member

walkah commented Mar 2, 2016

software and server should already be accounted for:

https://github.com/fuzzy-io/microservice/blob/master/src/microservice.coffee#L233
text: "#{config.name}/#{config.hostname} #{err.name}: #{err.message}."

provided that 1) the service implements getName and 2) ENV['HOSTNAME'] is set.

👍 on a stack trace, though.

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

No branches or pull requests

2 participants