mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
* Reorganize policy documentation * website/docs: address policy docs review feedback * post-rebase * website/docs: Reorganize policy documentation -- Revisions (#21601) * apply suggestions --------- Co-authored-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
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