Join the community today
Become a Member

Beta Branch reduce console logging verbosity in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Aug 7, 2019.

  1. eva2000

    eva2000 Administrator Staff Member

    54,526
    12,211
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,780
    Local Time:
    9:25 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    reduce console logging verbosity in 123.09beta01

    When using VNC/Console out of band consoles with providers like DigitalOcean or Linode Lish or SolusVM consoles, CSF Firewall logging to console is very verbose. This update reduces the verbosity of CSF Firewall's logging to console display. For existing Centmin Mod users to update, run cmupdate command and then run centmin.sh menu once and exit for changes to be applied.

    Continue reading...


    123.09beta01 branch
     
  2. eva2000

    eva2000 Administrator Staff Member

    54,526
    12,211
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,780
    Local Time:
    9:25 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Interesting my VPS servers have more verbose logging but my OVH dedicated CentOS 7 already has the less verbose console logging settings by default :)

    normal more verbose defaults for console has 1st value = 7
    Code (Text):
    sysctl kernel.printk             
    kernel.printk = 7       4       1       7
    

    while this update changes it to = 4 which is already the default on OVH dedicated's CentOS 7 images
    Code (Text):
    sysctl kernel.printk             
    kernel.printk = 4       4       1       7