feat(ns-plug): add loglevel configuration to alert-proxy#1745
Open
gsanchietti wants to merge 1 commit into
Open
feat(ns-plug): add loglevel configuration to alert-proxy#1745gsanchietti wants to merge 1 commit into
gsanchietti wants to merge 1 commit into
Conversation
Default loglevel is 'warning' so only send failures appear in syslog. Set loglevel=debug to restore verbose output (sent/dropped alerts). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
option loglevel 'warning'tons-plugUCI config (default: silent on normal operation)print()calls inns-plug-alert-proxywith Pythonloggingmodulewarninglevel (default): only send failures and aborts appear in syslogdebuglevel: full output restored — sent alerts, dropped alerts (no mapping / not registered), startup messageLog level mapping
Alert sent: ...Alert dropped (no mapping): ...Alert dropped (not registered): ...alert-proxy listening on ...Alert send failed: ... retryingAlert send aborted: ...How to enable debug logging
Test plan
loglevel=warning): send a mapped alert → no output inlogread; send failed alert → warning appearsloglevel=debug: all messages (sent, dropped, startup) appear inlogreadloglevel=debug):Alert dropped (not registered)appears inlogread🤖 Generated with Claude Code