Compare commits

...

2 Commits

Author SHA1 Message Date
pyzhou
997c7f3761 feat(TDI-46737):print jobinfo log move (#7832) 2022-08-18 15:20:12 +08:00
Xilai Dai
5ebb56f309 fix(APPINT-34738) add MsmqTalend into osgi-exclude.properties (#7895) 2022-08-17 16:05:45 +08:00
2 changed files with 5 additions and 2 deletions

View File

@@ -326,8 +326,6 @@
public static void main(String[] args){
final <%=className %> <%=className %>Class = new <%=className %>();
<%=className %>Class.getjobInfo();
int exitCode = <%=className %>Class.runJobInTOS(args);
<%if(isLog4jEnabled){%>
@@ -555,6 +553,8 @@
org.apache.logging.log4j.core.config.Configurator.setLevel(org.apache.logging.log4j.LogManager.getRootLogger().getName(), log.getLevel());
<%}%>
}
getjobInfo();
log.info("TalendJob: '<%=codeGenArgument.getJobName()%>' - Start.");
<%}%>

View File

@@ -52,3 +52,6 @@ azure-keyvault-core
# tREST
jsr311-api
# tMicrosoftMQInput,tMicrosoftMQOutput
MsmqTalend