refactor: pipeline run log

This commit is contained in:
xiaojunnuo
2022-10-29 01:10:55 +08:00
parent 3dfdd3c31c
commit dcdb25d92d
5 changed files with 72 additions and 72 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import log4js, { Appender, Logger, LoggingEvent } from "log4js";
import log4js, { LoggingEvent } from "log4js";
const OutputAppender = {
configure: (config: any, layouts: any, findAppender: any, levels: any) => {