diff --git a/UmlautAdaptarr/Services/HttpProxyService.cs b/UmlautAdaptarr/Services/HttpProxyService.cs index 6eabad2..1fe52af 100644 --- a/UmlautAdaptarr/Services/HttpProxyService.cs +++ b/UmlautAdaptarr/Services/HttpProxyService.cs @@ -50,6 +50,7 @@ namespace UmlautAdaptarr.Services var targetInfo = ParseTargetInfo(requestString); if (targetInfo.host != "prowlarr.servarr.com") { + // TODO check why this is not logging in docker _logger.LogWarning($"Indexer {targetInfo.host} needs to be set to http:// instead of https://"); } using var targetSocket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);