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
I'm trying to run riot as a Docker container. Since I'm planning to run live replication on a pretty huge DB, I would like to get the logs from riot into a logging solution such as ELK.
When I run the container in foreground with docker run -it, I'm able to see the continuous progress in stdout.
However, when I run the container with docker run -d, I'm unable to get continuous progress in the logs.
I tried using several different parameter combinations,
How can I collect the logs from riot docker container and ship them to a logging solution ?
The text was updated successfully, but these errors were encountered:
nikhilo
changed the title
Unable to get logs from docker container
Unable to get logs from a docker container running in detached mode
Dec 4, 2024
nikhilo
changed the title
Unable to get logs from a docker container running in detached mode
Unable to get progress logs from a docker container running in detached mode
Dec 4, 2024
I'm trying to run riot as a Docker container. Since I'm planning to run live replication on a pretty huge DB, I would like to get the logs from riot into a logging solution such as ELK.
When I run the container in foreground with
docker run -it
, I'm able to see the continuous progress in stdout.However, when I run the container with
docker run -d
, I'm unable to get continuous progress in the logs.I tried using several different parameter combinations,
No updates show up with I run
Only when I stop the container, the log line shows up,
How can I collect the logs from riot docker container and ship them to a logging solution ?
The text was updated successfully, but these errors were encountered: