GitHub user devinbost added a comment to the discussion: [docs] Log4j configuration needs to be better documented
I was able to get debug statements after hard coding `"debug"` in place of `"${sys:pulsar.log.level}"` in this part of the log4j2.yaml file: ``` Root: level: debug additivity: true AppenderRef: - ref: "${sys:pulsar.log.appender}" level: "${sys:pulsar.log.level}" - ref: Prometheus level: info ``` However, I haven't been able to get debug logging on the functions. GitHub link: https://github.com/apache/pulsar/discussions/18785#discussioncomment-4329242 ---- This is an automatically sent email for dev@pulsar.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@pulsar.apache.org