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 f666d2a commit ae36019Copy full SHA for ae36019
PluginsAndFeatures/azure-toolkit-for-intellij/src/com/microsoft/intellij/AzurePlugin.java
@@ -99,7 +99,7 @@ public void runActivity(@NotNull Project project) {
99
this.installationID = StringUtils.isNotEmpty(hasMac) ? hasMac : GetHashMac.hash(PermanentInstallationID.get());
100
final String userAgent = String.format(USER_AGENT, PLUGIN_VERSION,
101
TelemetryUtils.getMachieId(dataFile, message("prefVal"), message("instID")));
102
- Azure.az().config().setLogLevel(LogLevel.NONE);
+ Azure.az().config().setLogLevel(LogLevel.NONE.name());
103
Azure.az().config().setUserAgent(userAgent);
104
CommonSettings.setUserAgent(userAgent);
105
0 commit comments