Skip to content

Commit 2204334

Browse files
committed
refactor: replace deprecated logs verdaccio setting
`logs` has been deprecated in favor of `log`
1 parent fa87af2 commit 2204334

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/legacy-cli/verdaccio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ packages:
4141
access: $all
4242
proxy: npmjs
4343

44-
logs:
44+
log:
4545
type: stdout
4646
format: pretty
4747
level: warn

tests/legacy-cli/verdaccio_auth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packages:
2323
access: $authenticated
2424
proxy: local
2525

26-
logs:
26+
log:
2727
type: stdout
2828
format: pretty
2929
level: warn

0 commit comments

Comments
 (0)