Skip to content

Commit

Permalink
chore: set verdaccio log level to warn
Browse files Browse the repository at this point in the history
`http` is way too verbose. I think `warn` should suffice. If not, we can
set it to `info`.
  • Loading branch information
haoqunjiang committed Aug 2, 2023
1 parent df87c20 commit fd4bd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verdaccio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ packages:
publish: $all
proxy: npmjs

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

0 comments on commit fd4bd05

Please sign in to comment.