We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce5934 commit 351a493Copy full SHA for 351a493
extension/java-client-operate/src/main/java/io/camunda/operate/auth/SimpleAuthentication.java
@@ -73,10 +73,10 @@ private SimpleAuthToken retrieveToken() {
73
"Unable to authenticate due to missing Set-Cookie OPERATE-SESSION");
74
}
75
if (simpleAuthToken.csrfToken() == null) {
76
- LOG.info("No CSRF token found");
+ LOG.debug("No CSRF token found");
77
78
if (simpleAuthToken.csrfCookie() == null) {
79
- LOG.info("No CSRF cookie found");
+ LOG.debug("No CSRF cookie found");
80
81
return simpleAuthToken;
82
} catch (Exception e) {
0 commit comments