This commit is contained in:
Developer01
2025-05-27 14:04:45 +02:00
parent 83d29bf78d
commit f1920e16fa
4 changed files with 38 additions and 26 deletions

View File

@@ -68,7 +68,7 @@ Public Class Scheduler_FinishEnvelope
Await Scheduler.Start()
Logger.Info("Scheduler started!")
Logger.Debug("Scheduler started!")
Catch ex As Exception
Logger.Error(ex)
End Try