Move logger to file and adjust path string in publish contoller

This commit is contained in:
Hepatica
2024-08-11 01:59:54 +02:00
parent 4e94641571
commit 1f3086c96c
5 changed files with 204 additions and 127 deletions

View File

@@ -10,6 +10,7 @@ add_executable(SpCloudMain
"Service/AuthorizationService.cpp"
"Service/FileProcessingService.cpp"
"Service/CommandService.cpp"
"Service/Logger.cpp"
)
if (CMAKE_VERSION VERSION_GREATER 3.12)