Skip to content

Commit f75a584

Browse files
committed
build: migrate from deprecated logs verdaccio option
See: https://verdaccio.org/blog/
1 parent 248a2c9 commit f75a584

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

tests/legacy-cli/verdaccio.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ packages:
4242
proxy: npmjs
4343

4444
logs:
45-
- { type: stdout, format: pretty, level: warn }
45+
type: stdout
46+
format: pretty
47+
level: warn
4648

4749
# https://github.com/verdaccio/verdaccio/issues/301
4850
server:

tests/legacy-cli/verdaccio_auth.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,17 @@ uplinks:
1717
keepAlive: true
1818
maxSockets: 32
1919
maxFreeSockets: 8
20+
2021
packages:
2122
'**':
2223
access: $authenticated
2324
proxy: local
25+
2426
logs:
25-
- { type: stdout, format: pretty, level: http }
27+
type: stdout
28+
format: pretty
29+
level: warn
30+
2631
# https://github.com/verdaccio/verdaccio/issues/301
2732
server:
2833
keepAliveTimeout: 0

0 commit comments

Comments
 (0)