diff --git a/pyproject.toml b/pyproject.toml
index 63bbc12..9c7d16a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,6 +23,7 @@ addopts = [
   "--no-migrations",
   "--capture=sys",
 ]
+logot_capturer = "logot.structlog.StructlogCapturer"
 
 [build-system]
 requires = ["pdm-backend"]