Missing documentation for debugFactory
#8315
emulienfou
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thanks for the suggestion! I suppose it's assumed that LoopBack 4 developers would already have a preference on which library they'd use for debug message. If you'd like to help document this, I'm more than happy to review your PR. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would be nice to have a section related to
debugFactory
in the Troubleshooting section of the documentation.Here is a simple example on how to use the
debugFactory
:To debug app with custom pattern use:
DEBUG=example:debug:factory npm start
Beta Was this translation helpful? Give feedback.
All reactions