From baa4763a248053347c7648c067ee883eae37a61d Mon Sep 17 00:00:00 2001 From: Mikhail T Date: Tue, 5 Dec 2017 12:29:24 -0500 Subject: [PATCH] :bug: Log-rotation used to require a full restart of the application. Now `SIGUSR2` can be used to ask the process to reopen the log. Revert "Use "bug" instead of "fix" to get the cute green icon" This reverts commit eb9f10f9783dca72f9fdae209dae2bf1125b4806. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84aba389e..6697c0672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file. See [standa ### Bug Fixes * :bug: incorrect logo url with slash at the end of `url_prefix` ([859eccb](https://github.com/verdaccio/verdaccio/commit/859eccb)) -* :bug: Log-rotation used to require a full restart of the application. Now `SIGUSR2` can be used to ask the process to reopen the log. +* :fix: Log-rotation used to require a full restart of the application. Now `SIGUSR2` can be used to ask the process to reopen the log.