We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eceeb4 commit fe15031Copy full SHA for fe15031
1 file changed
Kepware.Api/KepwareApiClient.cs
@@ -94,7 +94,6 @@ public KepwareApiClient(KepwareApiClientOptions options, ILoggerFactory loggerFa
94
: this(UNKNOWN, options, loggerFactory, httpClient)
95
{
96
m_logger.LogInformation("Created KepwareApiClient instance with name {ClientName} at {BaseAddress}", ClientName, m_httpClient.BaseAddress);
97
- m_logger.LogInformation("KepwareApiClient instance created successfully.");
98
}
99
100
internal KepwareApiClient(string name, KepwareApiClientOptions options, ILoggerFactory loggerFactory, HttpClient httpClient)
0 commit comments