Files
authentik/website/docs/expressions/_objects.md
Dominic R 1b4b50650c website: Fix typos. (#19243)
* website: Fix typos.

* wip
2026-01-08 08:27:37 +00:00

475 B

  • ak_logger: structlog BoundLogger. See structlog documentation

    Example:

    ak_logger.debug("This is a test message")
    ak_logger.warning("This will be logged with a warning level")
    ak_logger.info("Passing structured data", request=request)
    
  • requests: requests Session object. See requests documentation