We are trying to migrate from spring xd to spring cloud data flow. We are able to schedule batch job using spring cloud data flow. But one thing I've noticed is, in addition to the job arguments supplied, the framework is also logging framework level parameters, such as :
--endpoints.jmx.unique-names=true
--endpoints.shutdown.enabled=true
--spring.datasource.username=username
--spring.datasource.url=jdbc:oracle:thin:@//ip:1521/sid
--spring.datasource.driverClassName=oracle.jdbc.driver.OracleDriver
--server.port=33333
--spring.cloud.task.name=hdp-wc-tsk
--spring.datasource.password=pass
--spring.jmx.default-domain=hdp-wc-tsk-d8412dda-fee2-4faf-9bba-f30d4f705fce
--spring.cloud.task.executionid=123
Is there anyway the above framework level parameters, which has nothing to do with the batch job, not to be logged against the job in the job repository db?