fix: remove nginx access logs#1780
Open
Tbaile wants to merge 4 commits into
Open
Conversation
Tbaile
commented
Jul 9, 2026
Collaborator
- fix(threatshield): revert banIP dedicated log split
- fix(nginx): disable access log entirely
- fix: restarting rsyslog after install
banIP scanned a curated /var/log/banip.log fed only by dropbear, openvpn and nethsecurity-api. Go back to scanning the full system log via logread so no ban-worthy events are missed. A boot-time cleanup unsets ban_logreadfile, drops the rsyslog include, and removes the leftover dedicated log file on already-upgraded boxes.
nginx access logs were forwarded to syslog and picked up by the *.* VictoriaLogs catch-all with no way to filter them out. Disable access_log at the source instead of rerouting it, for both the default _lan instance and the ns-ui extra instance. A boot-time cleanup flips already-provisioned boxes that still have the old syslog target set.
gsanchietti
approved these changes
Jul 9, 2026
gsanchietti
left a comment
Member
There was a problem hiding this comment.
Seems good to me, but let's wait Filippo review.
filippocarletti
approved these changes
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.