[Launchpad] How to see better logs #6260
Answered
by
hansieodendaal
hansieodendaal
asked this question in
LaunchPad
-
Source: |
Beta Was this translation helpful? Give feedback.
Answered by
hansieodendaal
Apr 8, 2024
Replies: 1 comment
-
There are some indirect ways to see more of what is going on behind the scenes:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hansieodendaal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are some indirect ways to see more of what is going on behind the scenes:
Inspect the Docker Desktop logs. This is quite useful and will show you the normal terminal output of the running component.
Select the
Containers
menu option; this will show you all the running images.Click on the component in question; this will take you to the component's runtime environment. The text output can also easily be copied and inspected in any editor.
Inspect the Launchpad logs. This will show detailed component logs.
[Linux] Open
/home/{user}/.cache/tari-launchpad
[OSX] Open
/home/{user}/Library/Caches/tari-launchpad
[Windows] Open
C:\Users\{user}\AppData\Local\tari-launchpad