소스 검색

Cleanup for Codeplex

Gareth O'Brien 11 년 전
부모
커밋
69e783a2c7

BIN
Foghorn.Test/NotificationIcons/Error.png


BIN
Foghorn.Test/NotificationIcons/GreenCheck.png


BIN
Foghorn.Test/NotificationIcons/Icon.png


BIN
Foghorn.Test/NotificationIcons/OrderPlaced.png


BIN
Foghorn.Test/NotificationIcons/OrderShipped.png


BIN
Foghorn.Test/NotificationIcons/TestNotification0.png


BIN
Foghorn.Test/NotificationIcons/TestNotification1.png


BIN
Foghorn.Test/NotificationIcons/TestNotification2.png


BIN
Foghorn.Test/NotificationIcons/Warning.png


+ 0 - 5
Foghorn.WcfService/NLog.config

@@ -3,10 +3,6 @@
 <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <targets>
-    <target xsi:type="Mail" name="email" from="system@yupon.com" to="gobrien@yupon.com" smtpServer="mail.yupon.com"
-            smtpUserName="system@yupon.com" smtpPassword="fix8ed!" smtpAuthentication="Basic"
-            subject="${machinename}: ${logger} Error Logged"
-            body="${longdate}|${level:uppercase=true}|${logger}|${callsite}|${message}|${exception}|${stacktrace}" />
     <target name="file" xsi:type="File" fileName="${basedir}/logs/${shortdate}-Rocky.log"
             layout="${longdate} ${uppercase:${level}} ${message}" />
     <target name="debugger" xsi:type="Debugger" layout="${longdate} ${uppercase:${level}} ${message}" />
@@ -20,7 +16,6 @@
   <rules>
     <logger name="*" minlevel="Trace" writeTo="file" />
     <logger name="*" minlevel="Trace" writeTo="debugger" />
-    <logger name="*" minlevel="Error" writeTo="email" />
 
     <!--
     <logger name="*" minlevel="Trace" writeTo="f" />