The github version of the bot sets the logFile for the current lambda invocation based on the URL of the repo, so that there's one log per repo. See lines 101-105 here.
We could/should add this functionality here (currently all logging is done to genericFilename-date and genericFilename-date-DEBUG, where genericFilename is hardcoded in logger.js)
The github version of the bot sets the logFile for the current lambda invocation based on the URL of the repo, so that there's one log per repo. See lines 101-105 here.
We could/should add this functionality here (currently all logging is done to
genericFilename-dateandgenericFilename-date-DEBUG, wheregenericFilenameis hardcoded in logger.js)