Adding tenant name and URL to Azure log messages too

This commit is contained in:
Lombiq
2014-08-09 13:49:02 +02:00
committed by Zoltán Lehóczky
parent 49e9871827
commit ba8a202350

View File

@@ -13,7 +13,7 @@
<levelMin value="WARN" />
</filter>
<layout type="log4net.Layout.PatternLayout">
<conversionPattern value="%date [%thread] %logger - %message%newline" />
<conversionPattern value="%date [%thread] %logger - %P{Tenant} - %message%newline %P{Url}%newline" />
</layout>
</appender>