summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-15 14:27:31 -0600
committerSean E. Russell <ser@ser1.net>2020-02-15 14:27:31 -0600
commita007047fc551abdcebe85a6240f508ed120867bc (patch)
tree298755b1339d73273f5ec52621129c9bd2f34e42 /CHANGELOG.md
parent774b4fcda6a7c0bd956b0396fe0c4f77bce3a76d (diff)
Fixes #49, logs filling up hard drive.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 78c81bd..14b710f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
> - **Fixed**: for any bug fixes.
> - **Security**: in case of vulnerabilities.
+## [3.3.0] -
+
+- Logs are now rotated. Settings are currently hard-coded at 4 files of 5MB
+ each, so logs shouldn't take up more than 20MB. I'm going to see how many
+ complain about wanting to configure these settings before I add code to do
+ that.
+
## [3.2.0] - 2020-02-14
Bug fixes & pull requests