For the complete documentation index, see llms.txt. This page is also available as Markdown.

Debugging

If you have troubles during the development of your application or if you want to keep track of every critical/error messages in production, you can use a PSR-3 compatible logger.

config/packages/webauthn.yaml
webauthn:
    logger: App\Service\MyPsr3Logger

Was this helpful?