Skip to content

Commit

Permalink
Configure verdaccio to log only if it encounters errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth committed May 29, 2024
1 parent 7784339 commit 7a62415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/npm-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function init(
auth: {
htpasswd: { file: Path.join(__dirname, "htpasswd") },
},
logs: { type: "stdout", format: "json", level: "http" },
logs: { type: "stdout", level: "error" },
uplinks: {
npmjs: {
url: "https://registry.npmjs.org/",
Expand Down

0 comments on commit 7a62415

Please sign in to comment.