update logging page
All checks were successful
Hugo / build (push) Successful in 36s

This commit is contained in:
Brooke 2024-04-17 23:01:18 -04:00
parent 4631a6ab6f
commit 19cbca30c2

View file

@ -16,7 +16,7 @@ cascade:
We do not use cookies on any of our websites. Instead, we primarily use NGINX logs. Here's an example of what a user looks like to us: We do not use cookies on any of our websites. Instead, we primarily use NGINX logs. Here's an example of what a user looks like to us:
``` ```
[16/Apr/2024:18:50:17 -0700] "https://web.myco.systems/" 200 5929 "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/123.0" - [16/Apr/2024:18:50:17 -0700] "https://web.myco.systems/" 200 5929 "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/123.0"
``` ```
### Log breakdown: ### Log breakdown:
@ -26,7 +26,6 @@ We do not use cookies on any of our websites. Instead, we primarily use NGINX lo
- **Response Code:** 200 (success) - **Response Code:** 200 (success)
- **Response Size:** 5929 bytes - **Response Size:** 5929 bytes
- **User Agent:** Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/123.0 - **User Agent:** Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/123.0
- **Negative Information:** None
### We explicitly do not collect the following information: ### We explicitly do not collect the following information: