Added logging.
This commit is contained in:
15
executable/config.toml.example
Normal file
15
executable/config.toml.example
Normal 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
BIN
executable/inex.exe
Normal file
Binary file not shown.
Reference in New Issue
Block a user