Added logging.

This commit is contained in:
2024-07-11 16:13:45 -05:00
parent 7f2110988a
commit ce67df5b58
7 changed files with 82 additions and 12 deletions

View File

@@ -10,4 +10,6 @@ query = "SELECT [Id],[Version] FROM [EFTDB].[dbo].[tbl_Schema_Version]"
filename ="./data.json"
[logging]
use_log = true
use_log = true
logLevel = "debug"
logPath = "./inex.log"