Skip to content

Commit

Permalink
build: migrate from deprecated logs verdaccio option
Browse files Browse the repository at this point in the history
See: https://verdaccio.org/blog/
(cherry picked from commit f75a584)
  • Loading branch information
alan-agius4 committed Jul 21, 2021
1 parent ab1db7c commit 99c7815
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tests/legacy-cli/verdaccio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ packages:
proxy: npmjs

logs:
- { type: stdout, format: pretty, level: warn }
type: stdout
format: pretty
level: warn

# https://github.com/verdaccio/verdaccio/issues/301
server:
Expand Down
7 changes: 6 additions & 1 deletion tests/legacy-cli/verdaccio_auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,17 @@ uplinks:
keepAlive: true
maxSockets: 32
maxFreeSockets: 8

packages:
'**':
access: $authenticated
proxy: local

logs:
- { type: stdout, format: pretty, level: http }
type: stdout
format: pretty
level: warn

# https://github.com/verdaccio/verdaccio/issues/301
server:
keepAliveTimeout: 0

0 comments on commit 99c7815

Please sign in to comment.