Added logging to the DocCMiddleware middleware in the library target.

This commit is contained in:
2025-04-22 10:37:49 +02:00
parent de2e2dd656
commit c35c81413c
3 changed files with 95 additions and 11 deletions
@@ -79,7 +79,7 @@ private extension AppBuilder {
router.addMiddleware {
LogRequestsMiddleware(logger.logLevel)
DocCMiddleware(archivesPath)
DocCMiddleware(archivesPath, logger: logger)
}
ArchiveController(