I am trying to debug some calls to the /authorize
and /token
endpoints. But I don’t see any logged messages referencing my calls. Is there a separate log? Or a setting I need to turn on to see those logs?
Hello Weston,
Jmix 2.x uses spring-security-oauth2-authorization-server
Logs for this library can be enabled by setting required log level for corresponding package in application.properties
, e.g.:
logging.level.org.springframework.security.oauth2 = trace
Regards,
Dmitry