NIFI-6828 There is an unintentional string in "conf/logback.xml"

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #3863.
This commit is contained in:
Kotaro Terada 2019-10-31 18:29:43 +09:00 committed by Pierre Villard
parent 3d56e2f26d
commit 245e055d5d
No known key found for this signature in database
GPG Key ID: BEE1599F0726E9CD

View File

@ -170,9 +170,8 @@
<appender-ref ref="BOOTSTRAP_FILE" />
</logger>
<root level="INFO">
<appender-ref ref="APP_FILE"/>MockProcessContext
<appender-ref ref="APP_FILE" />
</root>
</configuration>