Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
App Blocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Genesys PGR
App Blocks
Commits
431f9c7e
Commit
431f9c7e
authored
Jan 13, 2019
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SpringSecurityAuditorAware: Reduce logging level when security principal not available
parent
4d0de99f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
security/src/main/java/org/genesys/blocks/security/SpringSecurityAuditorAware.java
...g/genesys/blocks/security/SpringSecurityAuditorAware.java
+1
-1
No files found.
security/src/main/java/org/genesys/blocks/security/SpringSecurityAuditorAware.java
View file @
431f9c7e
...
@@ -56,7 +56,7 @@ public class SpringSecurityAuditorAware implements AuditorAware<Long> {
...
@@ -56,7 +56,7 @@ public class SpringSecurityAuditorAware implements AuditorAware<Long> {
}
}
}
}
LOG
.
warn
(
"No security principal available."
);
LOG
.
info
(
"No security principal available."
);
return
null
;
return
null
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment