'Where can I find console log of lite-server?

I’m now developing a simple Dapp using Truffle.

When command npm run dev is submitted, the console mode changes as below. screenshot of console

Therefore, even though “console.log(message for debug here)” is written in JavaScript file of Dapp, I cannot receive the log message since console mode has changed to browser sync mode. Does anyone know how or where console log of lite-server can be found?



Solution 1:[1]

F12 shows up developer tool including console.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 user46556