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

@ -0,0 +1,15 @@
[database]
driver = "ODBC Driver 18 for SQL Server"
server = "192.168.x.x"
database = "EFTDB"
user = "a"
password = "a"
query = "SELECT [Id],[Version] FROM [EFTDB].[dbo].[tbl_Schema_Version]"
[output]
filename ="./data.json"
[logging]
use_log = true
logLevel = "debug"
logPath = "./inex.log"

BIN
executable/inex.exe Normal file

Binary file not shown.