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] Move call to store logs to appropriate place #454

Merged
merged 1 commit into from
Dec 10, 2021

Conversation

d-gubert
Copy link
Member

@d-gubert d-gubert commented Nov 25, 2021

What? ⛵

Currently, when an app throws any of the known exceptions that extend AppsEngineException to prevent a process from finishing (e.g. FileUploadNotAllowedException), the execution re-throws the error object before storing any of the apps logs to the database.

This PR changes this behavior, so that logs are saved regardless of the type of error caught during execution

Why? 🤔

Losing the logs limits the debugging capabilities of Apps

Links 🌎

PS 👀

@d-gubert d-gubert merged commit 141f561 into alpha Dec 10, 2021
@d-gubert d-gubert deleted the fix/logs-not-saved-on-apps-engine-exception branch December 10, 2021 17:56
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.

None yet

2 participants