mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
6c1eb021ba
* feat: use warning codes for deprecation warnings * Update logger.spec.ts * Update package.json
29 lines
592 B
Markdown
29 lines
592 B
Markdown
# Warning Codes
|
|
|
|
## VERWAR001
|
|
|
|
Verdaccio doesn't need superuser privileges. Don't run it under root.
|
|
|
|
## VERWAR002
|
|
|
|
logger is not defined
|
|
|
|
## VERWAR003
|
|
|
|
'rotating-file type is not longer supported, consider use [logrotate] instead'
|
|
|
|
## VERWAR004
|
|
|
|
invalid address - xxxxxx, we expect a port (e.g. "4873"),
|
|
|
|
## VERDEP001
|
|
|
|
'config.logs is deprecated, rename configuration to "config.log" in singular'
|
|
|
|
## VERDEP002
|
|
|
|
'deprecate: multiple logger configuration is deprecated, please check the migration guide.'
|
|
|
|
## VERDEP003
|
|
|
|
'multiple addresses will be deprecated in the next major, only use one'
|