Hi, All.

I’m running Redash using default docker-compose-production.yml So I tried to find log location for redash server.

Even though, I could see sttout log when running docker-compose, I coudn’t find log location in the docker.

In the docker, working dir was /app, but I couldn’t find any file inside /opt.

Can you guys direct log location in the docker?

FYI. redash server version is 2.0.0.

Thanks for reading this.

When using the Docker setup, we don’t write any log files, but rather just send it to stdout, so you can pick it up with standard Docker tools.

1 Like

I can’t print log in the docker console, I just use logger.debug(‘something’) at query_runner/hive_ds.py file