phusion / baseimage-docker

A minimal Ubuntu base image modified for Docker-friendliness
http://phusion.github.io/baseimage-docker/
MIT License
8.96k stars 1.09k forks source link

Update syslog-ng.conf for Ubuntu 22.04 #615

Closed burgerrg closed 2 years ago

burgerrg commented 2 years ago

Description of the change

Updates the syslog-ng configuration file format from 3.25 to 3.35 for the version of syslog-ng installed in Ubuntu 22.04

Benefits

Quiets the warning when phusion/baseimage:jammy-1.0.0 boots:

WARNING: Configuration file format is too old, syslog-ng is running in compatibility mode. Please update it to use the syslog-ng 3.35 format at your time of convenience. To upgrade the configuration, please review the warnings about incompatible changes printed by syslog-ng, and once completed change the @version header at the top of the configuration file; config-version='3.25'
WARNING: The internal_queue_length stat counter has been renamed to internal_source.queued. The old name will be removed in future versions; config-version='3.25'

Possible drawbacks

I did not investigate whether other changes are necessary to the configuration file.

cairoapcampos commented 2 years ago

I will wait for this solution. Thank you very much.