Skip to content

Commit

Permalink
fix: set both log and logs
Browse files Browse the repository at this point in the history
Somehow the documentation is inconsistent on this feature:
verdaccio/verdaccio@b1d258b

The release note seems to suggest that `log` is the correct key:
https://github.com/verdaccio/verdaccio/releases/tag/v5.22.1

But according to my test, only `logs` works.

Anyway, let's keep both so that it surely works.
  • Loading branch information
haoqunjiang committed Feb 19, 2024
1 parent 4948d29 commit 030ad54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions verdaccio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ packages:
proxy: npmjs

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

0 comments on commit 030ad54

Please sign in to comment.