Initial deployment

This commit is contained in:
2016-10-20 10:04:28 -04:00
parent fdc34c4ef7
commit 5fd0577529
34 changed files with 9078 additions and 3614 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
for information on customizing logging rules and outputs.
-->
<targets>
<target name="debugLogger" xsi:type="File" fileName="${basedir}/../logs/Debug.${shortdate}.txt" />
<target name="exceptionLogger" xsi:type="File" fileName="${basedir}/../logs/Error.${shortdate}.txt" />
<target name="debugLogger" xsi:type="File" fileName="${basedir}/../logs/InventoryTraker-Box/Debug.${shortdate}.txt" />
<target name="exceptionLogger" xsi:type="File" fileName="${basedir}/../logs/InventoryTraker-Box/Error.${shortdate}.txt" />
</targets>
<rules>
<logger name="*" minlevel="Debug" writeTo="debugLogger" />