Where can I see logs (info-error-etc) for Gramps Web

Hello there.

Extremely new to the world of gramps and grampsweb so please feel free to point me to somewhere if this has already been answered or somewhere on Introduction - Gramps Web. But basically what the topic says. I was trying to look through logs to see my issue.

Some context if needed. I have Gramps latest version (windows) that I use as master/edits with a gramps web for my guests to view things online etc.

Recently I made many adds/edits in Gramps via the import and merge tool where my tree person count went from 130ish to 600+. When I tried to sync with Gramps Web Sync (which I have done many times successfully) it brought the site down… As in I could no longer hit my gramps web site. I figure it’s the volume of the data I am pushing and how I have sized my gcp instance. When I went to see what the logs say on gcp, I could not find them, easily (under docker image.). Hence the post

Thanks in advance for any help

Gramps 5.2.2
Gramps Web API 2.4.2
Gramps Web Frontend 24.8.0
Gramps QL 0.3.0
locale: en
multi-tree: false
task queue: true

Are you using a hosting plan that has limits?

The first level (family) for Grampshub is just 500 people. Which is very small.

I do not know where Digital Ocean hosting sets their limits.

So who are you using for your hosting and which plan?

Thank you for responding. Much appreciated. I have my own instance running on gcp (Google Cloud Platform) and I don’t think there are any limits in that kinda setup. Please lmk if that assumption is incorrect. Most probably I have sized it too small, but I wanted to check the logs to confirm.

Thanks

1 Like

You can get the log file per container:

  $ docker logs grampsweb
  $ docker logs grampsweb_celery
  $ docker logs nginx-proxy
  $ docker logs nginx-proxy-acme
  $ docker logs grampsweb_redis
1 Like

This works… Perfect… thank you

1 Like