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:
parent
e0fb5d927f
commit
717ef38c0c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue