mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 19:38:07 +03:00
c41883b8ea
website: Fix typos. (#19243) * website: Fix typos. * wip Co-authored-by: Dominic R <dominic@sdko.org>
475 B
475 B
-
ak_logger: structlog BoundLogger. See structlog documentationExample:
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