devinbost commented on issue #10200:
URL: https://github.com/apache/pulsar/issues/10200#issuecomment-818302669
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.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]