mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 15:42:48 +00:00
core: add logger trace with proxy information (#7306)
This commit is contained in:
parent
8c344b2917
commit
6067a4ff73
1 changed files with 2 additions and 0 deletions
|
@ -127,6 +127,8 @@ namespace Jackett.Server.Services
|
|||
logger.Error(e, "Error while reading the issue file");
|
||||
}
|
||||
|
||||
logger.Info("Using Proxy: " + (string.IsNullOrEmpty(config.ProxyUrl) ? "No" : config.ProxyType.ToString()));
|
||||
|
||||
var monotype = Type.GetType("Mono.Runtime");
|
||||
if (monotype != null && !DotNetCoreUtil.IsRunningOnDotNetCore)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue