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

Change: Raised log level for output of backtrace for signal handler. #2184

Merged
merged 2 commits into from
Apr 29, 2024

Conversation

jhelmold
Copy link
Member

@jhelmold jhelmold commented Apr 29, 2024

What

We raised the log level for the output of the back trace in the signal handler so that
the back trace is always printed, when a signal occurs.

Why

When a signal occurs the back trace is sometimes not printed. We assume that the
log level is not evaluated correctly in that case. We now set the log level of the back trace
messages fixed to the maximum, so that the back trace is hopefully always printed.

References

GEA-526

Checklist

  • Tests

@jhelmold jhelmold requested a review from a team as a code owner April 29, 2024 08:06
Copy link

Conventional Commits Report

Type Number
Changed 1

🚀 Conventional commits found.

src/manage_sql.c Outdated Show resolved Hide resolved
@timopollmeier timopollmeier merged commit e2ef7d8 into main Apr 29, 2024
9 checks passed
@timopollmeier timopollmeier deleted the GEA-526_Scans_go_to_Interrupted_when_finished branch April 29, 2024 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants