-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackend.log
More file actions
13 lines (10 loc) · 2.58 KB
/
backend.log
File metadata and controls
13 lines (10 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
2023-11-27 21:36:39 [main] INFO c.o.s.c.CustomerControllerSapientGeneratedWebMvcTest - Starting CustomerControllerSapientGeneratedWebMvcTest using Java 17.0.9 on pop-os with PID 679531 (started by kay_r0hit in /home/kay_r0hit/IdeaProjects/SpeMajorBackend)
2023-11-27 21:36:39 [main] INFO c.o.s.c.CustomerControllerSapientGeneratedWebMvcTest - No active profile set, falling back to 1 default profile: "default"
2023-11-27 21:36:41 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration -
Using generated security password: c59dc129-841e-45c2-855d-2e798462b094
This generated password is for development use only. Your security configuration must be updated before running your application in production.
2023-11-27 21:36:42 [main] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@5be51aa, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3302035b, org.springframework.security.web.context.SecurityContextPersistenceFilter@6e0d16a4, org.springframework.security.web.header.HeaderWriterFilter@65844c96, org.springframework.security.web.csrf.CsrfFilter@3d40498a, org.springframework.security.web.authentication.logout.LogoutFilter@59f45950, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7be38eba, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@1753475d, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@6c5747db, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@634aa81e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4601047, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@25e8e59, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@750cd36d, org.springframework.security.web.session.SessionManagementFilter@60928a61, org.springframework.security.web.access.ExceptionTranslationFilter@45b7c97f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@70d3cdbf]
2023-11-27 21:36:42 [main] INFO o.s.b.t.m.w.SpringBootMockServletContext - Initializing Spring TestDispatcherServlet ''
2023-11-27 21:36:42 [main] INFO o.s.t.w.s.TestDispatcherServlet - Initializing Servlet ''
2023-11-27 21:36:42 [main] INFO o.s.t.w.s.TestDispatcherServlet - Completed initialization in 2 ms
2023-11-27 21:36:42 [main] INFO c.o.s.c.CustomerControllerSapientGeneratedWebMvcTest - Started CustomerControllerSapientGeneratedWebMvcTest in 3.366 seconds (JVM running for 4.608)