-
Notifications
You must be signed in to change notification settings - Fork 240
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
log: [NPM] log any error and make sure node ID is set before first log #3145
Comments
This issue is stale because it has been open for 2 weeks with no activity. Remove stale label or comment or this will be closed in 7 days |
Issue closed due to inactivity. |
node ID can be unset at first because it is populated in the background here:
Based on NPM's ai config:
|
We seem to always call this function before exiting with error, except |
metrics.SendErrorLog()
the error string when running NPM failsAlso, NPM node ID isn't set yet when the first
metrics.SendLog()
is send (message with: "starting NPM")The text was updated successfully, but these errors were encountered: