Option to not catch SIGINT and SIGTERM
Open
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 280
- Avg merge
- 7m
- Merged PRs (30d)
- 4
Description
These signals don't necessarily represent an error condition, as they can be sent to request the program to shut down gracefully. Thus, I think it's strange that Loguru treats them as a fatal error. Perhaps it would make sense for some programs though, so I would propose adding an additional compile-time option for it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.