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

Logging pipeline error/exceptions #7

Open
NPavie opened this issue Mar 26, 2021 · 1 comment
Open

Logging pipeline error/exceptions #7

NPavie opened this issue Mar 26, 2021 · 1 comment
Milestone

Comments

@NPavie
Copy link
Contributor

NPavie commented Mar 26, 2021

A user reported a "lame not found" issue on a conversion to daisy book.
In this case, the pipeline did not provide details on the exception to the users, while this exception can occured on several occasions, including on a lame encoding issue.
On encoding issue, the pipeline would print errors informations on the stderr output and encapsulate the encoding exception under a "lame not found" exception, the top level exception message being displayed to user.

For better debug/assistance to users in case of pipeline errors, we need to log those errors (and exceptions stacktrace if possible) on a file, that we could retrieve or ask the user to send it to us.

@NPavie NPavie added this to the 2.6.1.3 milestone Jun 14, 2021
@NPavie
Copy link
Contributor Author

NPavie commented Jan 12, 2022

Messages from pipeline 1 stdout and stderr are being logged back onto the message queue displayed to the user

see commit a3e045c

@NPavie NPavie modified the milestones: 2.7.0, 3.0 Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant