Terminal: Git Bash OS: Windows
- Set DEBUGVariable With the value of application module you want to enable logging for, Checkout this string reference for more.
export DEBUG=loopback:core:applicationCan also verify the value with echo
echo $DEBUG- Simply start the application as you do normally
npm start