From f2bcdb91f9564cbc68d85e37daea0aba81f7c109 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Wed, 23 Dec 2020 11:51:38 +0100 Subject: [PATCH] chore: update readme --- docs/development.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/development.md b/docs/development.md index 46463f187..24496b5b0 100644 --- a/docs/development.md +++ b/docs/development.md @@ -106,3 +106,12 @@ pnpm debug:break ``` > requires `pnpm build` previously + + +#### debug internal output + +Each verdaccio module uses `debug`, use the namespaces in combination with filters to get a verbose output about each action, for example: + +``` +DEBUG=verdaccio:* pnpm start +```