Actions
Bug #12366
closedRotation settings for individual log files do not take effect after saving
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
22.01
Release Notes:
Default
Affected Version:
2.5.2
Affected Architecture:
Description
Clicking Save
for the settings on any of the specific log categories in "Status / System Logs" does not immediately apply those settings. Going to the general Status / System Logs / Settings
page and clicking Save
afterwards forces the individual log settings to take effect.
This was tested on 21.05 and 2.5.2 using OpenVPN (changing verbosity to 11).
General steps to reproduce:- Go to
Status / System Logs
and click on the wrench icon for a specific log page. - Change the log rotation size to 104857600.
- Click Save
- Check log sizes, e.g.
ls -lh /var/log/openvpn.*
- Rotation still happens after default log rotation size.
- Click
Save
underStatus / System Logs / Settings
. - Check log sizes, e.g.
ls -lh /var/log/openvpn.*
- New rotation size now being respected.
Actions