Closed jiangpengcheng closed 5 months ago
for example, with below java log config:
java: log: javaLog4JConfigFileType: yaml logConfig: key: log.yaml name: mylog
the correct way is to use java_instance_log4j.yaml as the -Dpulsar.function.log.file, but it still use the java_instance_log4j.xml
java_instance_log4j.yaml
-Dpulsar.function.log.file
java_instance_log4j.xml
for example, with below java log config:
the correct way is to use
java_instance_log4j.yaml
as the-Dpulsar.function.log.file
, but it still use thejava_instance_log4j.xml