fixed log such that it shows exact error. Also fixed lint for function spacing…
What this PR does / why we need it:
This PR prints which files contains error during bootstrapping. It helps developer while debugging.
Which issue this PR fixes:
It fixes https://gitlab.com/apifie/nodems/private-pmo/issues/9
What changes did you make? (Give an overview):
Earlier we printed error logs using %s. It was just giving brief overview of error log.
Now we are printing complete error log which contains exact description about error. It also list file path containing error.
Special notes for your reviewer:
If applicable:
-
documentation -
unit tests -
tested backward compatibility (ie. deploy with previous version, upgrade with this branch)
Release note:
Verbose error logs while bootstrapping