1
0
Fork 0

CHANGELOG

master
Philip O'Toole 8 months ago
parent 78f4653b5b
commit bb3130153f

@ -1,7 +1,9 @@
## 8.16.7 (unreleased)
The releases changes the default logging level for the Raft subsystem from `INFO` to `WARN`. This results is less logging by the Raft subsystem. If you prefer the previous `INFO` level of logging, it can be re-enabled via the command line flag `-raft-log-level`.
### Implementation changes and bug fixes
- [PR #1607](https://github.com/rqlite/rqlite/pull/1607): Remove use of deprecated `ioutil`.
- [PR #1608](https://github.com/rqlite/rqlite/pull/1608): Always close the FSM Snapshot.
- [PR #1610](https://github.com/rqlite/rqlite/pull/1610): Change Raft default log level to `WARN`.
## 8.16.6 (January 16th 2024)
### Implementation changes and bug fixes

Loading…
Cancel
Save