mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-19 18:27:55 +08:00
Updated Azure configuration files
--HG-- branch : dev
This commit is contained in:
@@ -4,24 +4,20 @@
|
|||||||
<source name="Default" switchValue="Verbose">
|
<source name="Default" switchValue="Verbose">
|
||||||
<listeners>
|
<listeners>
|
||||||
<add name="AzureDiagnostics" />
|
<add name="AzureDiagnostics" />
|
||||||
<add name="WebPageTrace"/>
|
|
||||||
</listeners>
|
</listeners>
|
||||||
</source>
|
</source>
|
||||||
<source name="Orchard.Localization" switchValue="Warning">
|
<source name="Orchard.Localization" switchValue="Verbose">
|
||||||
<listeners>
|
<listeners>
|
||||||
<add name="AzureDiagnostics" />
|
<add name="AzureDiagnostics" />
|
||||||
<add name="WebPageTrace"/>
|
|
||||||
</listeners>
|
</listeners>
|
||||||
</source>
|
</source>
|
||||||
<source name="Orchard.Data.SessionLocator" switchValue="Information">
|
<source name="Orchard.Data.SessionLocator" switchValue="Verbose">
|
||||||
<listeners>
|
<listeners>
|
||||||
<add name="AzureDiagnostics" />
|
<add name="AzureDiagnostics" />
|
||||||
<add name="WebPageTrace"/>
|
|
||||||
</listeners>
|
</listeners>
|
||||||
</source>
|
</source>
|
||||||
</sources>
|
</sources>
|
||||||
<sharedListeners>
|
<sharedListeners>
|
||||||
<add name="AzureDiagnostics" type="Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener, Microsoft.WindowsAzure.Diagnostics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
<add name="AzureDiagnostics" type="Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener, Microsoft.WindowsAzure.Diagnostics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
||||||
<add name="WebPageTrace" type="System.Web.WebPageTraceListener, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
||||||
</sharedListeners>
|
</sharedListeners>
|
||||||
</system.diagnostics>
|
</system.diagnostics>
|
||||||
|
@@ -18,12 +18,6 @@
|
|||||||
service="Orchard.FileSystems.Media.IStorageProvider">
|
service="Orchard.FileSystems.Media.IStorageProvider">
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
<component instance-scope="single-instance"
|
|
||||||
type="Orchard.Azure.FileSystems.AppData.AzureAppDataFolder, Orchard.Azure"
|
|
||||||
service="Orchard.FileSystems.AppData.IAppDataFolder">
|
|
||||||
</component>
|
|
||||||
|
|
||||||
|
|
||||||
</components>
|
</components>
|
||||||
</autofac>
|
</autofac>
|
||||||
|
|
||||||
|
@@ -56,7 +56,9 @@
|
|||||||
<HintPath>..\..\..\lib\Castle Windsor 2.0\bin\Castle.DynamicProxy2.dll</HintPath>
|
<HintPath>..\..\..\lib\Castle Windsor 2.0\bin\Castle.DynamicProxy2.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.WindowsAzure.Diagnostics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
<Reference Include="Microsoft.WindowsAzure.Diagnostics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
||||||
<Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
<Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||||
|
<Private>True</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
<Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
@@ -96,7 +98,9 @@
|
|||||||
<Content Include="Web.config" />
|
<Content Include="Web.config" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="Config\Diagnostics.config" />
|
<Content Include="Config\Diagnostics.config">
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="Config\Host.config">
|
<Content Include="Config\Host.config">
|
||||||
|
Reference in New Issue
Block a user