Hello Community,
So everytime I send a new push notification from one signal my wordpress site crashes.
I told this to onesignal support they told me to check & send web request logs.
Conversation Screenshot : https://www.dropbox.com/s/j8sq9vqetyec321/Screenshot 2018-02-06 07.47.41.png?dl=0
Can anybody explain how do I check web request logs
Thank you, Ayaz
PS I’m running Digitalocean droplet (VPS) : 4 GB Memory / 20 GB Disk / BLR1 - Ubuntu WordPress 4.7 on 16.04
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
If you are running WordPress on Apache (this is the default for the one-click image we provide) your access and error log files can be found at:
/var/log/apache2/access.log
and/var/log/apache2/error.log
with Apache/var/log/nginx/access.log
and/var/log/nginx/error.log
with Nginx