Put logs in Logs directory
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@
|
||||
for information on customizing logging rules and outputs.
|
||||
-->
|
||||
<targets>
|
||||
<target name="debugLogger" xsi:type="File" fileName="${basedir}/../weblogs/LeafWeb.Debug.${shortdate}.txt" />
|
||||
<target name="exceptionLogger" xsi:type="File" fileName="${basedir}/../weblogs/LeafWeb.Error.${shortdate}.txt" />
|
||||
<target name="debugLogger" xsi:type="File" fileName="${basedir}/Logs/LeafWeb.Debug.${shortdate}.txt" />
|
||||
<target name="exceptionLogger" xsi:type="File" fileName="${basedir}/Logs/LeafWeb.Error.${shortdate}.txt" />
|
||||
</targets>
|
||||
|
||||
<rules>
|
||||
|
||||
Reference in New Issue
Block a user