0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

Document SIGUSR2 as the means of notifying the running process, it

needs to reopen the log.
This commit is contained in:
Mikhail T 2017-12-05 11:46:48 -05:00
parent e0fb5d927f
commit 717ef38c0c

View file

@ -10,6 +10,8 @@ logs:
- {type: file, path: verdaccio.log, level: info} - {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 ### Configuration
Property | Type | Required | Example | Support | Description Property | Type | Required | Example | Support | Description