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.
Updated by Viktor Gurov about 3 years ago
Updated by Jim Pingle about 3 years ago
- Status changed from New to Pull Request Review
- Assignee set to Viktor Gurov
- Target version set to CE-Next
- Plus Target Version set to 22.01
Updated by Viktor Gurov about 3 years ago
- Status changed from Pull Request Review to Feedback
- % Done changed from 0 to 100
Applied in changeset 83afa41acfafdfd90fb71d8cdd5542a826bef315.
Updated by Kris Phillips about 3 years ago
Tested this in the latest build of pfSense Plus 22.01 and it seems to properly rotate logging. Looks good.
Updated by Jim Pingle about 3 years ago
- Target version changed from CE-Next to 2.6.0
Updated by Jim Pingle about 3 years ago
- Subject changed from Log rotation settings for individual log files do not take effect after clicking save. to Rotation settings for individual log files do not take effect after saving
Updating subject for release notes.
Actions