aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzousar <[email protected]>2023-08-18 12:40:15 -0600
committerzousar <[email protected]>2023-08-18 12:40:15 -0600
commit7a3a6509bc950270145e39637b15d37a1daa908e (patch)
tree76d89831fdb2920cccecb2c05d0913b48820ce5d
parentRun clang tidy on modified file (diff)
downloadzen-7a3a6509bc950270145e39637b15d37a1daa908e.tar.xz
zen-7a3a6509bc950270145e39637b15d37a1daa908e.zip
Noted RLIMIT logging modification in Changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2edc2efc6..7a0faae55 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
- `--project` Project name (id)
- `--oplog` Oplog name (id)
- Bugfix: Make sure to check oplog op attachments when gathering references for GC
+- Bugfix: Reduce log level of RLIMIT message on Mac/Linux to avoid it interfering with parsing of stdout from `zen version` command
- Improvement: Add endpoint in project store to update the information in a project without deleting the stored data/oplog
- Improvement: Add endpoint in project store to update the information in a project without deleting the stored data/oplog
- Improvement: Add oplog op content to error result if attachment is missing when doing `oplog-export`