You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug nxl (which is an alias for docker-compose --project-directory . --file ./docker-compose.yml logs -f nuxeo) stops updating after a while.
To Reproduce
Start the stack
Leave it running for a while (>1 day?)
Log stops updating
Expected behavior
Log should not stop updating.
Additional context
It appears there may be several possible causes for this (timeouts, buffer sizes, etc.). See docker/compose#5973.
I think for our needs it makes sense to open the log directly in the container and avoid all this Docker stuff...
The text was updated successfully, but these errors were encountered:
Describe the bug
nxl
(which is an alias fordocker-compose --project-directory . --file ./docker-compose.yml logs -f nuxeo
) stops updating after a while.To Reproduce
Expected behavior
Log should not stop updating.
Additional context
It appears there may be several possible causes for this (timeouts, buffer sizes, etc.). See docker/compose#5973.
I think for our needs it makes sense to open the log directly in the container and avoid all this Docker stuff...
The text was updated successfully, but these errors were encountered: