This commit is contained in:
Eelco Dolstra 2024-01-15 14:15:24 +01:00
parent d51150dd47
commit 8ee9ed5891
2 changed files with 0 additions and 2 deletions

1
dist/index.js generated vendored
View file

@ -12150,7 +12150,6 @@ function tailLog(daemonDir) {
const log = new Tail_1(path$1.join(daemonDir, 'daemon.log'));
coreExports.debug(`tailing daemon.log...`);
log.on('line', (line) => {
//core.debug(`got a log line`);
coreExports.info(line);
});
return log;

View file

@ -76,7 +76,6 @@ function tailLog(daemonDir) {
const log = new Tail(path.join(daemonDir, 'daemon.log'));
core.debug(`tailing daemon.log...`);
log.on('line', (line) => {
//core.debug(`got a log line`);
core.info(line);
});
return log;