Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 5f96457

Browse files
authored
Merge pull request #921 from Powersource/logging-info
Add info about changing logging levels
2 parents 6628855 + 1a1ab08 commit 5f96457

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contributing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Maintained by @mmckegg
66

77
You can run `npm test` or `npx standard` to run the linter. A lot of small issues can be automatically fixed using `npx standard --fix`.
88

9+
## Debugging
10+
11+
You can increase verbosity (make Patchwork log more) by launching it like `npm start -- --logging.level info`.
12+
913
## Feel free to use [depject](https://github.com/depject/depject) inside of the Patchwork repo, but please don't merge in depject modules from other packages.
1014

1115
[patchcore](https://github.com/ssbc/patchcore) and [patch-settings](https://github.com/mixmix/patch-settings) are the only external packages that [merge in depject modules](https://github.com/ssbc/patchwork/blob/master/main-window.js#L23) (and that is because of legacy reasons). Please don't treat this as best practice.

0 commit comments

Comments
 (0)