Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi/pull/201#discussion_r51930432
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/logback-test.xml
---
@@ -57,11 +60,12 @@
<logger name="org.apache.nifi.processors.standard" level="DEBUG"/>
<logger name="target.file" level="DEBUG" additivity="true">
- <appender-ref ref="TARGET_FILE" />
+ <appender-ref ref="TARGET_FILE"/>
</logger>
- <root level="INFO">
+ <!--<root level="${overrideLog:-DEBUG}">-->
+ <root level="DEBUG">
--- End diff --
Did you intend to revert this back to the override log variable and default
to INFO?
---
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.
---