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

Improve error handling/reporting in laurel main binary #209

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

hillu
Copy link
Collaborator

@hillu hillu commented Mar 4, 2024

  • Use anyhow::Error properly; output entire error chain
  • Don't abort (and possibly core-dump) on reported errors
  • Improve log writing failure errors

Close: #208

- Use anyhow::Error properly; output entire error chain
- Don't abort (and possibly core-dump) on reported errors
- Improve log writing failure errors

Close: threathunters-io#208
@hillu hillu merged commit 698c8e4 into threathunters-io:master Mar 4, 2024
5 checks passed
@hillu hillu deleted the fix-error-handling branch March 4, 2024 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parsing errors in the configuration file are not properly reported to the user.
1 participant