Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress tracebacks when SIGTERM signal processing
This is a workaround for rhinstaller/kickstart-tests#1296 where we are most likely hitting issue that logging is not safe to use in the signal handlers because logging is not reentrant safe. To avoid failures in KS tests and also test if this is the correct issue, let's use this workaround. The ideal fix should be to not use logging in atexit call which might be tricky to resolve and also we will use a lot of log outputs.
- Loading branch information