[
https://issues.apache.org/jira/browse/NIFI-8194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17279877#comment-17279877
]
ASF subversion and git services commented on NIFI-8194:
-------------------------------------------------------
Commit 3f26e54521b02896a7b3ba9752e5218ee91a9f01 in nifi's branch
refs/heads/main from Jon Kessler
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=3f26e54 ]
NIFI-8194 Updated log level from WARN to DEBUG for various authentication
protocols not being configured
> Extraneous WARN log messages about authentication protocols not being
> configured
> --------------------------------------------------------------------------------
>
> Key: NIFI-8194
> URL: https://issues.apache.org/jira/browse/NIFI-8194
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.13.0
> Reporter: Mark Payne
> Assignee: Jon Kessler
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> When running a secure instance (secured via TLS), each time that a user opens
> a browser to a NiFi instance, the following logs are dumped into
> `nifi-app.log`:
> {code:java}
> 2021-02-03 11:35:57,559 WARN [NiFi Web Server-25]
> org.apache.nifi.web.api.AccessResource Kerberos ticket login not supported by
> this NiFi.
> 2021-02-03 11:35:57,616 WARN [NiFi Web Server-22]
> org.apache.nifi.web.api.AccessResource OpenId Connect support is not
> configured
> 2021-02-03 11:35:57,624 WARN [NiFi Web Server-25]
> org.apache.nifi.web.api.AccessResource SAML support is not configured {code}
> These should probably go into the nifi-user.log instead of nifi-app.log. But
> more importantly, the fact that they are not configured is very normal and
> not worthy of a warning. It should be INFO level at max, probably DEBUG level.
> It's unclear if these warnings were appearing before 1.13, but I think they
> were in the user log instead of the app log. Could be mistaken about that,
> though.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)