Nothing is visible in the console after starting Lisk Core (from source)

Problem:

After installing from Source and starting Lisk Core with node dist/index.js , no are logs visible in the console. This is an expected response, as the default console logging value in the config is none , which means no logs are shown in the console after starting the process.

Solution:

To rectify this and verify that your installation works as expected, it is recommended to change theconsoleLogLevel to error , info or debug . Alternatively, check the log files located in logs/ , which are on info logging level by default.