Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add syslog logger implementation #2292

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 6, 2024

  1. Configuration menu
    Copy the full SHA
    dc588dc View commit details
    Browse the repository at this point in the history
  2. Feature: Add syslog logger

    This implements RFC5424 version of the protocol.
    
    Doesn't use https://github.com/arcao/Syslog since the protocol itself
    is trivial and most of the libraries functionality is not needed here.
    The library also doesn't support setting the PROCID field, which is set
    to a random id to indicate a reboot here.
    
    Adds UI for syslog configuration to network admin view.
    ranma committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    0301002 View commit details
    Browse the repository at this point in the history
  3. webapp: optimize syslog settings

    * avoid duplicate id for hostname input
    * hide server and port inputs if syslog disabled
    schlimmchen authored and ranma committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    c159cc2 View commit details
    Browse the repository at this point in the history