Where are the log files? #7130
-
We've set up a machine according to the setup guide and it's running fine. But where are the log files for redash? I cant find them in systemd/journalctl, nor in I found you can list the container using So where are the logs. Redash is writing logs, right? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I'm guessing you're after the process logs? If that's the case, your starting point is to look at the docker logs, as the containers are managed by docker. So this should spit out everything:
That specific command is generally not super useful without suitable options though. For example telling it a specific container to get logs for, and potentially telling it to "follow" the logs (like with
That'll show the latest 20 lines of logs from the Is this the kind of thing you're after? 😄 |
Beta Was this translation helpful? Give feedback.
-
I don't know if this is helpful or relevant, but it might be: When I was setting things up, one of the major obstacles I ran into is that |
Beta Was this translation helpful? Give feedback.
Ahhh. It sounds like we should revisit that page and update it.
We mostly point people to use the setup.sh script here, which sets things up in a "production" environment way: https://github.com/getredash/setup/