GitHub user gabriel-korbato added a comment to the discussion: How to customize authentication in version 6
@dosu Thanks for the guidance. My code already includes the four imports you listed, my `CUSTOM_SECURITY_MANAGER` already inherits from `SupersetSecurityManager`, and I checked with logging that the `REMOTE_USER` environment variable is being correctly set by middleware. However, it still does not work. When I log in I get a page with a blank "Sign in" card, with no buttons. To check my custom `AuthRemoteUserView` `login` function, I would like to use logging, but neither `logging.info()` nor `log.info()` are working. How can I add logging in the `login` function to debug my code? GitHub link: https://github.com/apache/superset/discussions/38199#discussioncomment-15902321 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
