[
https://issues.apache.org/jira/browse/SDAP-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Frank Greguska updated SDAP-65:
-------------------------------
Description:
The docker logs are supposed to print the stdout from the python process into
the logs with prefix `[ningesterpy]` but this is not currently working.
In the current ningester docker image ningesterpy is run without the `-u` flag
meaning that stdout can be buffered. This can cause the `[ningesterpy]`
messages to not show up in the logs.
Need to modify the entrypoint script to add `-u` to the python command.
was:
In the current ningester docker image ningesterpy is run without the `-u` flag
meaning that stdout can be buffered. This can cause the `[ningesterpy]`
messages to not show up in the logs.
Need to modify the entrypoint script to add `-u` to the python command.
> ningesterpy output not printing in docker logs
> ----------------------------------------------
>
> Key: SDAP-65
> URL: https://issues.apache.org/jira/browse/SDAP-65
> Project: Apache Science Data Analytics Platform
> Issue Type: Bug
> Components: nexus
> Reporter: Frank Greguska
> Assignee: Frank Greguska
> Priority: Major
>
> The docker logs are supposed to print the stdout from the python process into
> the logs with prefix `[ningesterpy]` but this is not currently working.
> In the current ningester docker image ningesterpy is run without the `-u`
> flag meaning that stdout can be buffered. This can cause the `[ningesterpy]`
> messages to not show up in the logs.
> Need to modify the entrypoint script to add `-u` to the python command.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)