diff --git a/EDKB08/EDKB08/.vs/EDKB08/v16/.suo b/EDKB08/EDKB08/.vs/EDKB08/v16/.suo index f362a63..bcdde91 100644 Binary files a/EDKB08/EDKB08/.vs/EDKB08/v16/.suo and b/EDKB08/EDKB08/.vs/EDKB08/v16/.suo differ diff --git a/EDKB08/EDKB08/Service1.vb b/EDKB08/EDKB08/Service1.vb index 1a64673..5add4f4 100644 --- a/EDKB08/EDKB08/Service1.vb +++ b/EDKB08/EDKB08/Service1.vb @@ -329,7 +329,8 @@ Public Class Service1 Private Sub PrintTempJournal(s As String) If Params.Logpath = "" Then Exit Sub - FileOpen(14, Params.Logpath, OpenMode.Append) + Dim fn As String = Params.Logpath + "\" + Now.ToString("yyyyMMdd") + "_log.txt" + FileOpen(14, fn, OpenMode.Append) WriteLine(14, Now.ToString("yyyy-MM-dd hh:mm:ss:hs") + " " + s) FileClose(14) End Sub diff --git a/EDKB08/EDKB08/bin/EDKB08.exe b/EDKB08/EDKB08/bin/EDKB08.exe index e6a2aa7..41a379a 100644 Binary files a/EDKB08/EDKB08/bin/EDKB08.exe and b/EDKB08/EDKB08/bin/EDKB08.exe differ diff --git a/EDKB08/EDKB08/bin/EDKB08.pdb b/EDKB08/EDKB08/bin/EDKB08.pdb index 008bd8b..051d223 100644 Binary files a/EDKB08/EDKB08/bin/EDKB08.pdb and b/EDKB08/EDKB08/bin/EDKB08.pdb differ diff --git a/EDKB08/EDKB08/bin/parameters.cfg b/EDKB08/EDKB08/bin/parameters.cfg index 5059c1e..c292ced 100644 --- a/EDKB08/EDKB08/bin/parameters.cfg +++ b/EDKB08/EDKB08/bin/parameters.cfg @@ -13,7 +13,7 @@ GSF_Conf_Dateiendung =xml Directorytimer =10 Directorys =E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08\bin\DirectoriesToScan.txt IndexSicherung =k:\edoka\edkb08\indsik\ -TempLogFile =K:\EDOKA\EDKB08\Log\log.txt +TempLogFilePath =K:\EDOKA\EDKB08\Log Use FileEvent Rename =False Wait_after_fileevent =3 Wait_before_process =5 diff --git a/EDKB08/EDKB08/obj/Debug/EDKB08.exe b/EDKB08/EDKB08/obj/Debug/EDKB08.exe index 224d2cf..41a379a 100644 Binary files a/EDKB08/EDKB08/obj/Debug/EDKB08.exe and b/EDKB08/EDKB08/obj/Debug/EDKB08.exe differ diff --git a/EDKB08/EDKB08/obj/Debug/EDKB08.pdb b/EDKB08/EDKB08/obj/Debug/EDKB08.pdb index 008bd8b..051d223 100644 Binary files a/EDKB08/EDKB08/obj/Debug/EDKB08.pdb and b/EDKB08/EDKB08/obj/Debug/EDKB08.pdb differ diff --git a/EDKB08/EDKB08/obj/Release/EDKB08.exe b/EDKB08/EDKB08/obj/Release/EDKB08.exe index e6a2aa7..aabdcd6 100644 Binary files a/EDKB08/EDKB08/obj/Release/EDKB08.exe and b/EDKB08/EDKB08/obj/Release/EDKB08.exe differ