abracadaniel / cardano-pool-docker

Docker container for setting up and running a Cardano Stake Pool
163 stars 62 forks source link

Weird log output #39

Closed benjick closed 2 years ago

benjick commented 3 years ago

Hello!

Thanks for making this docker image. I have some trouble when I'm running docker logs -f CONTAINER_ID, makes it pretty hard to get this project running. For me it looks like this:

Screenshot 2021-09-12 at 21 26 36

Any suggestions on how to fix this?

Cheers

abracadaniel commented 2 years ago

You can find logs for the creation process and node in the logs subdir of the config dir. ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Sunday, September 12th, 2021 at 9:29 PM, Max Malm @.***> wrote:

Hello!

Thanks for making this docker image. I have some trouble when I'm running docker logs -f CONTAINER_ID, makes it pretty hard to get this project running. For me it looks like this: Screenshot 2021-09-12 at 21 26 36

Any suggestions on how to fix this?

Cheers

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

nopoz commented 2 years ago

Would be nice if the docker logs -f was more readable for these containers - any suggestions?

copydigital commented 2 years ago

Well the docker logs are readable even in this way. The problem comes more from the browser you use combined with the small window size of the docker-shell on digitalocean side. It is multiplied with the tmux-usages of the start scripts.

If you want to have it a bit better readable, modify the tmux-parts with removing the command and simply start the only the left side of the tmux scripts (without the tmux of course). That gives you just the left side of the logs, which is enough for usage in many case, but not that pretty^^

abracadaniel commented 2 years ago

Hi, thank you for the feedback. I plan to remove the right tmux screen, so its only the cardano-node output in the terminal. Unless its in the creation state ofcourse. The information on the right side is quite redundant anyway, as the same information can be shown using either Grafana or the LiveView. :)

abracadaniel commented 2 years ago

Hi, thank you for the feedback. I plan to remove the right tmux screen, so its only the cardano-node output in the terminal. Unless its in the creation state ofcourse. The information on the right side is quite redundant anyway, as the same information can be shown using either Grafana or the LiveView. :)

Did that now. If anyone misses the status just open up a new bash term in the container and run the status script.