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 7f04fc9 commit 61de241Copy full SHA for 61de241
pkgs/sdk/server/src/LdClient.cs
@@ -137,7 +137,7 @@ public LdClient(Configuration config)
137
_log.Info("Starting LaunchDarkly client {0}",
138
AssemblyVersions.GetAssemblyVersionStringForType(typeof(LdClient)));
139
140
- if (_configuration.SdkKey == null)
+ if (_configuration.SdkKey == null && !_configuration.offline)
141
{
142
_log.Error("The SDK key provided is invalid.");
143
}
0 commit comments