From 717ef38c0c69bd58cfe22e3d52aabc173177dca4 Mon Sep 17 00:00:00 2001 From: Mikhail T Date: Tue, 5 Dec 2017 11:46:48 -0500 Subject: [PATCH] Document SIGUSR2 as the means of notifying the running process, it needs to reopen the log. --- wiki/logger.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/logger.md b/wiki/logger.md index 97536dbb0..3ab58554f 100644 --- a/wiki/logger.md +++ b/wiki/logger.md @@ -10,6 +10,8 @@ logs: - {type: file, path: verdaccio.log, level: info} ``` +Use `SIGUSR2` to notify the application, the log-file was rotated and it needs to reopen it. + ### Configuration Property | Type | Required | Example | Support | Description