devinbost commented on issue #10200:
URL: https://github.com/apache/pulsar/issues/10200#issuecomment-818278332
I tried hard-coding `"debug"` in place of `"${sys:pulsar.log.level}"` in
this part of the file:
```
Root:
level: debug
additivity: true
AppenderRef:
- ref: "${sys:pulsar.log.appender}"
level: "${sys:pulsar.log.level}"
- ref: Prometheus
level: info
```
but the only classes that appear to be emitting debug-level information are
bookkeeper classes.
--
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]