Stein Series Release Notes¶
3.42.4¶
Bug Fixes¶
Using systemd journal handler, logs ending up in kern.log because SYSLOG_FACILITY is missing. This fix uses the same facility configuration option ‘syslog-log-facility’ as from syslog handler to provide the missing value. (Bug #1871840)
3.42.0¶
New Features¶
The following new config options will allow rotating log files, especially useful on Windows: *
log_rotate_interval
*log_rotate_interval_type
*max_logfile_count
*max_logfile_size_mb
*log_rotation_type
3.41.0¶
New Features¶
Added Windows EventLog functionality to oslo.log. Set use_eventlog to true in the service’s configuration file to use it.