From 7b15ba13259c19a7ee595a7aacba7ef2eb17778b Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Tue, 4 Feb 2020 10:18:08 -0600 Subject: [PATCH] Update whats_new.md --- whats_new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whats_new.md b/whats_new.md index 060d188..4ffd9a6 100644 --- a/whats_new.md +++ b/whats_new.md @@ -5,7 +5,7 @@ The NATS.io team is always working to bring you features to improve your NATS ex ## Server release v2.1.4 ### Log Rotation -NATS introduces `logfile_size_limit` allowing auto-rotation of log files when the size is greater than the configured limit set in `logfile_size_limit` as a number of bytes. You can provide the size with units, such as MB, GB, etc. The backup files will have the same name as the original log file with the suffix .yyyy.mm.dd.hh.mm.ss.micros. For more information see Configuring Logging in the [NATS Server Configuration section](nats_server/configuration/logging.md#using-the-configuration-file). +NATS introduces `logfile_size_limit` allowing auto-rotation of log files when the size is greater than the configured limit set in `logfile_size_limit` as a number of bytes. You can provide the size with units, such as MB, GB, etc. The backup files will have the same name as the original log file with the suffix .yyyy.mm.dd.hh.mm.ss.micros. For more information see Configuring Logging in the [NATS Server Configuration section](nats-server/configuration/logging.md#using-the-configuration-file). * Release notes [2.1.4](https://github.com/nats-io/nats-server/releases/tag/v2.1.4) * Full list of Changes [2.1.2...2.1.4](https://github.com/nats-io/nats-server/compare/v2.1.2...v2.1.4)