1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00

🐛 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.
This commit is contained in:
Mikhail T 2017-12-05 12:29:24 -05:00
parent eb9f10f978
commit baa4763a24

@ -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.
<a name="2.6.5"></a>