Skip to content

Commit 4882620

Browse files
dboldureanujzheaux
authored andcommitted
Update architecture.adoc
The list of filters is printed at DEBUG level on the application startup and not INFO level, see DefaultSecurityFilterChain
1 parent ceb278c commit 4882620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/ROOT/pages/servlet/architecture.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,11 @@ If you want to see the list of filters invoked for a particular request, you can
250250
Often times, it is useful to see the list of security ``Filter``s that are invoked for a particular request.
251251
For example, you want to make sure that the <<adding-custom-filter,filter you have added>> is in the list of the security filters.
252252

253-
The list of filters is printed at INFO level on the application startup, so you can see something like the following on the console output for example:
253+
The list of filters is printed at DEBUG level on the application startup, so you can see something like the following on the console output for example:
254254

255255
[source,text,role="terminal"]
256256
----
257-
2023-06-14T08:55:22.321-03:00 INFO 76975 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [
257+
2023-06-14T08:55:22.321-03:00 DEBUG 76975 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [
258258
org.springframework.security.web.session.DisableEncodeUrlFilter@404db674,
259259
org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@50f097b5,
260260
org.springframework.security.web.context.SecurityContextHolderFilter@6fc6deb7,

0 commit comments

Comments
 (0)