Skip to content

Running Telly: Logging

Chaz Larson edited this page May 29, 2019 · 1 revision

Telly doesn't keep a log file. If you're running it via docker, you can view logs as you would with any other docker container:

docker logs [-f] telly_container_name

[where "telly_container_name" is the name of your telly container. Chances are it isn't "telly_container_name"]

If you're running it standalone, the logs will appear in the console, or you can direct them to a file as part of how you're starting telly up, same as with any other program.

telly > /path/to/logs
Clone this wiki locally