-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Epic not caching #16
Comments
Hi,
Can you include log files from the cache (written to /car/log/nginx inside the container)? You say the data goes to the server but nothing is cached. How do you tell it's going to the server? What configuration did you pass to docker to start the cache?
…On July 22, 2019 10:32:29 PM GMT+10:00, Robert James Michael ***@***.***> wrote:
Hi, I just tried caching EPIC, the download goes through the server but
no data is saved on the server, cache_data folder does not increase its
size, any idea?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#16
|
Well, I see network traffic coming from the internet into the server and traffic going out to the EPIC installation PC (using iftop) and I am using the commands described on the readme to run the server (using --restart always), that's all. You mean /var/log/nginx right? |
If you started the container with the `start.sh` script, then you can see the log files on your host at /data/logs
So, eg,
```
tail -f /data/logs/*.log
```
And that should give you all activity through the cache as it happens
…On July 22, 2019 11:25:40 PM GMT+10:00, Robert James Michael ***@***.***> wrote:
> Hi, Can you include log files from the cache (written to
/car/log/nginx inside the container)? You say the data goes to the
server but nothing is cached. How do you tell it's going to the server?
What configuration did you pass to docker to start the cache?>
> […](#)>
> On July 22, 2019 10:32:29 PM GMT+10:00, Robert James Michael
***@***.***> wrote: Hi, I just tried caching EPIC, the download goes
through the server but no data is saved on the server, cache_data
folder does not increase its size, any idea? -- You are receiving this
because you are subscribed to this thread. Reply to this email directly
or view it on GitHub: #16>
>
Well, I see network traffic coming from the internet into the server
and traffic going out to the EPIC installation PC (using iftop) and I
am using the commands described on the readme to run the server (using
--restart always), that's all. How do I get inside the container to
check those logs? thanks !>
>
-- >
You are receiving this because you commented.>
Reply to this email directly or view it on GitHub:>
#16 (comment)
|
Hi, I just tried caching EPIC, the download goes through the server but no data is saved on the server, cache_data folder does not increase its size, any idea?
The text was updated successfully, but these errors were encountered: