Github user joewitt commented on the pull request:
https://github.com/apache/incubator-nifi/pull/59#issuecomment-105560569
Brian,
The issue with this proposal is that it takes away the administrators
ability to control whether stack traces are provided or not. The reason we
used 'isDebugEnabled' was because that was the use case in which the stack
trace was necessary (because they were debugging). Given that you can edit
logback config on the fly this seems like a reasonable approach. But taking
away their ability to control this as the effect of this proposal means they're
getting the stack traces whether they want them or not. This can cause very
excessive and noisy output in the logs.
Do you have an alternative proposal for how we can retain the flexibility
of letting the administrator toggle the stack traces?
Thanks
Joe
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---