-
Notifications
You must be signed in to change notification settings - Fork 14
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
It should be easier for system admins to debug startup failures as a result of a misplaced config file or incorrect config values. #217
Comments
it's also going to be essential to be able to read out the appdata #333. Though note, this is before |
Maybe we could have something that uses https://nodejs.org/api/process.html#event-beforeexit to try and dump account data, but we'd need another hook for appservice bots. You also have to remember that there can be startup issues that happen before |
Maybe the better way to do it would be to add a dependency to the |
Part of #217. I don't think this is right yet.
Account data concerns have been covered by the-draupnir-project/planning#29 |
https://matrix.to/#/!IaWNErZAgQUhGqJXjX:matrix.org/$yQISu-7x69vp8tq2mn5cRRNL6JVO_WdLNXUE4WCg5YM?via=matrix.org&via=envs.net&via=conduit.rory.gay
They should be able to get feedback on what config file is actually being seen and loaded by Draupnir
It should go without saying that documentation for figuring out how to do this should be included and visible directly from the setup instructions.
The config shown in output should have the password/access token and other sensitive fields redacted so that it can be pasted directly into our support room when we ask for logs.
Related: #218
The text was updated successfully, but these errors were encountered: