Updated the "run" task in the Makefile file to define the debug log level.

This commit is contained in:
Javier Cicchelli 2025-04-17 01:40:02 +02:00
parent fd7dd9bd01
commit de2e2dd656

View File

@ -37,7 +37,7 @@ build: ## Builds the project locally.
@swift build -c release
run: build ## Runs the project locally.
@swift run doxy --archives-path "$(DOCC_ARCHIVES_FOLDER)"
@swift run doxy --archives-path "$(DOCC_ARCHIVES_FOLDER)" --log-level debug
tests: ## Runs all the test cases of the project.
@swift test --enable-swift-testing