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 12618ff commit fba87aeCopy full SHA for fba87ae
src/WebJobs.Script.WebHost/runtimeconfig.template.json
@@ -0,0 +1,6 @@
1
+{
2
+ "configProperties": {
3
+ // Enable duplicate event source names: https://github.com/dotnet/runtime/issues/56052
4
+ "System.Diagnostics.Tracing.EventSource.AllowDuplicateSourceNames": true
5
+ }
6
+}
0 commit comments