diff options
author | Gaige B Paulsen <gaige@cluetrust.com> | 2025-01-04 04:00:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-04 04:00:11 -0500 |
commit | c14a524d7134b54e315d72b5b449351fd04ae813 (patch) | |
tree | aa6ee3985b97f0665e5baf8c8f9cc254fe2a3e59 /changelogs | |
parent | 9e159990f949652ec1b22f9a9a6e72828bdd1e80 (diff) | |
download | vyos.vyos-c14a524d7134b54e315d72b5b449351fd04ae813.tar.gz vyos.vyos-c14a524d7134b54e315d72b5b449351fd04ae813.zip |
T6987: update vyos_logging_global for 1.4+ (#370)
* T68987: update for 1.4+
* chore: remove redundant vars
* tests: fix vyos_facts integration tests
* tests: fix integration tests for vyos_config
* fix: restore documentation samples
* chore: update readme
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/T6987-logging-changes.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/fragments/T6987-logging-changes.yml b/changelogs/fragments/T6987-logging-changes.yml new file mode 100644 index 00000000..c4b11da6 --- /dev/null +++ b/changelogs/fragments/T6987-logging-changes.yml @@ -0,0 +1,15 @@ +--- +minor_changes: + - deprecating items for 1.4+ that have moved locations + - For 1.4, `protocol` is an attribute of the syslog host, not the facility + - Fixed v1.3 and before when `protocol` and `level` were set for the same host + - Fixed integration test for `vyos_facts` which was brittle due to line dependencies in checks + - Fixed integration test for `vyos_config` due to bad commands. 1.3 frequently won't finish due + to timeouts or system failures during the tests, but 1.4 and 1.5 + +breaking_changes: + - none yet + +known_issues: + - existing code for 1.3 facility protocol and facility level are not compatible, + only one will be set and level is the priority. |