comment out some logs
This commit is contained in:
@@ -58,7 +58,7 @@ describe('System', function () {
|
||||
|
||||
describe('logs', function () {
|
||||
before(function () {
|
||||
console.log(paths.BOX_LOG_FILE);
|
||||
// console.log(paths.BOX_LOG_FILE);
|
||||
fs.writeFileSync(paths.BOX_LOG_FILE, '2022-11-06T15:06:20.009Z box:apphealthmonitor app health: 0 alive / 0 dead.\n', 'utf8');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user