function getLogs()

in lib/log.js [25:27]


function getLogs() {
  return readFile(logPath, 'utf8');
}