mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-11 05:09:49 +02:00
Remove obsolete HttpRequestTimeFeature.cs
add openapi definitions output Start logging in Program.cs
This commit is contained in:
@@ -35,15 +35,9 @@ public static class Tranga
|
||||
internal static readonly CleanupMangaconnectorIdsWithoutConnector CleanupMangaconnectorIdsWithoutConnector = new();
|
||||
// ReSharper restore MemberCanBePrivate.Global
|
||||
|
||||
internal static void StartLogger(FileInfo loggerConfigFile)
|
||||
{
|
||||
XmlConfigurator.ConfigureAndWatch(loggerConfigFile);
|
||||
Log.Info("Logger Configured.");
|
||||
Log.Info(Constants.TRANGA);
|
||||
}
|
||||
|
||||
internal static void StartupTasks()
|
||||
{
|
||||
Log.Info(Constants.TRANGA);
|
||||
AddWorker(SendNotificationsWorker);
|
||||
AddWorker(CleanupMangaconnectorIdsWithoutConnector);
|
||||
AddWorker(UpdateChaptersDownloadedWorker);
|
||||
|
Reference in New Issue
Block a user