test(backend): log log
This commit is contained in:
parent
f42d2b9e61
commit
4b26b06cad
|
@ -400,6 +400,8 @@ export default abstract class Chart<T extends Schema> {
|
|||
|
||||
this.logger.info(`${this.name + (group ? `:${group}` : '')}(${span}): New commit created`);
|
||||
|
||||
console.log(log);
|
||||
|
||||
return log;
|
||||
} finally {
|
||||
unlock();
|
||||
|
|
Loading…
Reference in New Issue