diff --git a/docs/miscellaneous/nestjs-micro-services.md b/docs/miscellaneous/nestjs-micro-services.md
index 34964ee3fbb2b52a33d053805d2cf45786027999..a4b48bc6d0a28e4bb7ea30061764fffddb4235e0 100644
--- a/docs/miscellaneous/nestjs-micro-services.md
+++ b/docs/miscellaneous/nestjs-micro-services.md
@@ -11,3 +11,7 @@ NestJS provides a [swagger module](https://docs.nestjs.com/recipes/swagger) that
 ## Health checks
 
 NestJS provides a health module based on [Terminus](https://github.com/nestjs/terminus), allowing developers to declare predefined and/or custom health indicators. By default, the health status of a given NestJS service is available through the `/health` endpoint.
+
+## Logging
+
+## Guards or how to implement an AUTHZ layer