-
Notifications
You must be signed in to change notification settings - Fork 171
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
Consume container output when not parsed #316
Milestone
Comments
In the future, we'll want to be able to see these outputs in a development environment and possibly compare then with the expected ones. That will be tracked with #319 |
Closed by #328. |
deeplow
added a commit
that referenced
this issue
Feb 21, 2023
Additionally save a file with the container output next to the original file `[original].pdf.container_log`. This is needed in order to increase visibility of non-critical errors/warnings. Previously some issues went undetected because if this [1]. [1]: #316
deeplow
added a commit
that referenced
this issue
Feb 21, 2023
Additionally save a file with the container output next to the original file `[original].pdf.container_log`. This is needed in order to increase visibility of non-critical errors/warnings. Previously some issues went undetected because if this [1]. [1]: #316
deeplow
added a commit
that referenced
this issue
Feb 21, 2023
Additionally save a file with the container output next to the original file `[original].pdf.container_log`. This is needed in order to increase visibility of non-critical errors/warnings. Previously some issues went undetected because if this [1]. [1]: #316
deeplow
added a commit
that referenced
this issue
Feb 22, 2023
Additionally save a file with the container output next to the original file `[original].pdf.container_log`. This is needed in order to increase visibility of non-critical errors/warnings. Previously some issues went undetected because if this [1]. [1]: #316
deeplow
added a commit
that referenced
this issue
Mar 2, 2023
Additionally save a file with the container output next to the original file `[original].pdf.container_log`. This is needed in order to increase visibility of non-critical errors/warnings. Previously some issues went undetected because if this [1]. [1]: #316
deeplow
added a commit
that referenced
this issue
Apr 6, 2023
Additionally save a file with the container output next to the original file `[original].pdf.container_log`. This is needed in order to increase visibility of non-critical errors/warnings. Previously some issues went undetected because if this [1]. Optionally, this output can be saved into a file `<original_file>.container_log`, if the environment variable DZ_LOG_CONTAINER is set. The last line is the success status of the doc. Note: this file will be appended and not overwritten. [1]: #316
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #305 (specifically these lines), left space for some of the ran commands output to be printed and interpreted as JSON output from the container.
Example: the following output is the result of a libreoffice conversion process printing the line
convert /tmp/input_file -> /tmp/input_file.pdf using filter : impress_pdf_Export
The text was updated successfully, but these errors were encountered: