Guides/Logging-Basics.md
... ...
@@ -3,7 +3,7 @@
3 3
4 4
##Enabling Logging
5 5
6
-Izenda utilizes Log4Net as the default logging provider. This logging ability is included with every implementation of Izenda since version 6.7.1.265. By default, the logging level is set to FATAL, so almost nothing is logged. To change this, and "enable" logging, just change the error level to something less restrictive. In the next section, the specifics of how to make this change will be shown.
6
+Izenda utilizes Log4Net as the default logging provider. This logging ability is included with every implementation of Izenda since version 6.7.1.265. By default, the logging level is set to FATAL, so almost nothing is logged. To change this, and "enable" logging, just change the error level in the log4net.xml file to something less restrictive. In the next section, the specifics of how to make this change will be shown.
7 7
8 8
##Basic Configuration
9 9
```xml