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

Enhanced Logging for Panics #4

Open
1nv8rzim opened this issue Aug 8, 2023 · 0 comments
Open

Enhanced Logging for Panics #4

1nv8rzim opened this issue Aug 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@1nv8rzim
Copy link
Member

1nv8rzim commented Aug 8, 2023

Is your feature request related to a problem? Please describe.
When panics are encountered, the are not able to be logged and will cause OBIII to reboot.

Describe the solution you'd like
Implement a panic handler at the entrance of all goroutines in order to catch and log all panics.

Panics should be logged directly to file and not sent via normal discord log management. Similarly, in order to send notifications to discord an alternate method of logging via send embeds via webhooks should be used.

Describe alternatives you've considered
N/A

Additional context
N/A

@1nv8rzim 1nv8rzim added the enhancement New feature or request label Aug 8, 2023
1nv8rzim added a commit that referenced this issue Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant