Skip to content

Commit

Permalink
fix: debug (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybeeelsdon authored Jul 2, 2024
1 parent 103e30b commit f360143
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/BL/Services/MinioHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ public async Task<bool> FetchAndStoreObject(string url, string bucketName, strin
Proxy = proxy,
UseProxy = true
};
Log.Information("{Function} Using proxy {Proxy}", "FetchAndStoreObject", _minioSettings.ProxyAddresURLForExternalFetch);
}
else
{
Expand All @@ -280,6 +281,7 @@ public async Task<bool> FetchAndStoreObject(string url, string bucketName, strin

UseProxy = false
};
Log.Information("{Function} Not Using proxy", "FetchAndStoreObject");
}


Expand Down

0 comments on commit f360143

Please sign in to comment.