Josh5 / lancache-bundle

A bundled lancache service based on https://github.com/lancachenet/monolithic
MIT License
21 stars 13 forks source link

Thankyou #2

Open marshalleq opened 4 years ago

marshalleq commented 4 years ago

Great plugin, where exactly do we monitor it to see if it's working correctly? I don't seem to see the log under Nginx, maybe it's the default.log and I'm not reading it properly.

Thanks.

Josh5 commented 4 years ago

Hey. There was way too many things logging to the docker logs so I limited it to only show stuff that is working.

If you want to see all traffic that the dns is getting requests for, run this in your terminal: tail -fn30 /mnt/user/appdata/lancache-bundle/log/named/*.log

If you are not using Unraid, replace the path with wherever you configured the container to output the logs.

marshalleq commented 4 years ago

Thanks.