You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title:"LogDiagnostics is not recommended in Azure Functions",
181
-
messageFormat:"'LogDiagnostics' is not recommended in Azure Functions. Use 'AdvancedConfiguration.CustomDiagnosticsWriter' for more control over diagnostics output.",
182
-
category:DiagnosticCategory,
183
-
defaultSeverity:DiagnosticSeverity.Warning,
184
-
isEnabledByDefault:true,
185
-
description:"'LogDiagnostics()' in Azure Functions only outputs to the console and will not create a diagnostics file. Use 'AdvancedConfiguration.CustomDiagnosticsWriter' instead for full control over how and where diagnostics information is written.",
title:"Default logging with 'LogDiagnostics()' will log to the built-in Azure Functions logs",
181
+
messageFormat:"In Azure Functions, console output to the built-in logs is not persisted and may result in the loss of the diagnostic information. Consider using 'AdvancedConfiguration.CustomDiagnosticsWriter' for more control over diagnostics output.",
0 commit comments