this post was submitted on 02 Sep 2023
1 points (100.0% liked)

rqd2

1 readers
1 users here now

The official rqd2.net community. Direct posts related to the website as a whole here.

founded 1 year ago
MODERATORS
 

Something I didn't know until recently is that in the access logs IP addresses are included in the logs.

I'm gonna look into disabling it or regularly clearing the logs or something.

Just thought i should mention that since it wasn't in the privacy policy, sorry. But I'm the only person with access to it and all the files are very secure.

Though as a reminder, it's never a bad idea to use a VPN online, as it hides your real IP address.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (2 children)

In your nginx.conf it's access_log = off; under rhe server block. In docker-compose.yml you set all the stuff in RUST_LOG from info to error. For pictrs you add the PICTRS__TRACING__LOGGING__TARGETS=error env var.

[–] [email protected] 4 points 1 year ago

wow this burger person seems really knowledgeable!