Github user phrocker commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/244#discussion_r162196333
--- Diff: libminifi/src/controllers/SSLContextService.cpp ---
@@ -134,7 +134,7 @@ void SSLContextService::onEnable() {
certificate = test_cert;
logger_->log_debug("%s now good", certificate);
} else {
- logger_->log_debug("%s still not good", test_cert);
+ logger_->log_warn("%s still not good", test_cert);
--- End diff --
good catch!---
