private static bool CreateAndSetFactory()

in src/Azure.AppService.Tunnel/Logging/SiteExtensionLogging.cs [19:24]


    private static bool CreateAndSetFactory()
    {
        var path = Path.Combine(Kudu.ThisExtension.GetLogsFolder(), GetLoggingFile());
        Log.DefaultFactory = Log.CreateFileLogFactory(Lifetime.Eternal, path);
        return true;
    }